MPV Button

Adds a button for MPV player to YouTube

MPV Buttonとは何ですか?

MPV ButtonはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Adds a button for MPV player to YouTube」です。

拡張機能のスクリーンショット

screenshot

MPV Button拡張機能のCRXファイルをダウンロード

MPV Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds a button to YouTube videos on YouTube.com that lets you play the video in MPV player (https://github.com/XENKing/mpvbutton)                    

拡張機能の基本情報

名前 MPV Button MPV Button
ID kffgglnfnodcijffgdfbcaedicddooem
公式URL https://chromewebstore.google.com/detail/mpv-button/kffgglnfnodcijffgdfbcaedicddooem
説明 Adds a button for MPV player to YouTube
ファイルサイズ 51.29 KB
インストール数 133
現在のバージョン 1.2.3
最終更新日 2020-03-17
公開日 2020-03-17
評価 3.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/XENKing/mpvbutton-chrome
ヘルプページのURL https://github.com/XENKing/mpvbutton-chrome/issues
対応言語 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": []
}