MPV Button
Adds a button for MPV player to YouTube
What is MPV Button?
MPV Button is a Chrome extension developed by Unknown, and its main feature is "Adds a button for MPV player to YouTube".
Extension Screenshots
Download MPV Button Extension CRX File
Download MPV Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a button to YouTube videos on YouTube.com that lets you play the video in MPV player (https://github.com/XENKing/mpvbutton)
Extension Basic Information
Name | MPV Button |
ID | kffgglnfnodcijffgdfbcaedicddooem |
Official URL | https://chromewebstore.google.com/detail/mpv-button/kffgglnfnodcijffgdfbcaedicddooem |
Description | Adds a button for MPV player to YouTube |
File Size | 51.29 KB |
Installation Count | 133 |
Current Version | 1.2.3 |
Last Updated | 2020-03-17 |
Publish Date | 2020-03-17 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/XENKing/mpvbutton-chrome |
Help Page URL | https://github.com/XENKing/mpvbutton-chrome/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2.3", "manifest_version": 2, "description": "__MSG_appDescription__", "homepage_url": "https:\/\/github.com\/XENKing\/mpvbutton-chrome", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/youtu.be\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_start", "all_frames": false } ], "permissions": [] } |