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
电子邮箱 [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"
            ]
        }
    ]
}