MPV button chrome extension
Extension that adds a button to youtube videos to 'play in external MPV player'
Installation
https://chrome.google.com/webstore/detail/kffgglnfnodcijffgdfbcaedicddooem
Dependencies
- Mpvbutton
- Node.js
Build
Install deps
- Run code
$ git clone https://github.com/XENKing/mpvbutton-chrome $ cd mpvbutton-chrome $ npm install $ npm run build
- Open chrome extension page and click on 'load unpacked extension' and point it at the 'extension' folder in this repo
Extension based on playback-chrome repository