HideYoutubeControls

Hide youtube controls when you are on a youtube page

HideYoutubeControlsとは何ですか?

HideYoutubeControlsはRuchunteurによって開発されたChromeの拡張機能で、その主な機能は「Hide youtube controls when you are on a youtube page」です。

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

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

拡張機能の使用方法

                        Hide/show the controls of a video on youtube. (Usefull if you pause the video and the control is above the very thing you wanted to see. Such as subtitles)                    

拡張機能の基本情報

名前 HideYoutubeControls HideYoutubeControls
ID iflpjkbpegjcibknhepnfhbigholnolp
公式URL https://chromewebstore.google.com/detail/hideyoutubecontrols/iflpjkbpegjcibknhepnfhbigholnolp
説明 Hide youtube controls when you are on a youtube page
ファイルサイズ 6.32 KB
インストール数 21
現在のバージョン 1.0
最終更新日 2017-03-25
公開日 2017-03-25
評価 4.33/5 合計 3 レビュー
開発者 Ruchunteur
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HideYoutubeControls",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Hide youtube controls when you are on a youtube page",
    "browser_action": {
        "default_icon": "icone.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "popup.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}