/mpvbutton-chrome

chrome extension to add a "play in MPV' button to youtube

Primary LanguageHTMLMIT LicenseMIT

npm GitHub package.json version GitHub

MPV button chrome extension

Extension that adds a button to youtube videos to 'play in external MPV player'

gif

Installation

https://chrome.google.com/webstore/detail/kffgglnfnodcijffgdfbcaedicddooem

Dependencies

Build

Install deps

  1. Run code
    $ git clone https://github.com/XENKing/mpvbutton-chrome
    $ cd mpvbutton-chrome
    $ npm install
    $ npm run build
    
  2. 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