HideYoutubeControls

Hide youtube controls when you are on a youtube page

What is HideYoutubeControls?

HideYoutubeControls is a Chrome extension developed by Ruchunteur, and its main feature is "Hide youtube controls when you are on a youtube page".

Download HideYoutubeControls Extension CRX File

Download HideYoutubeControls 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

                        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)                    

Extension Basic Information

Name HideYoutubeControls HideYoutubeControls
ID iflpjkbpegjcibknhepnfhbigholnolp
Official URL https://chromewebstore.google.com/detail/hideyoutubecontrols/iflpjkbpegjcibknhepnfhbigholnolp
Description Hide youtube controls when you are on a youtube page
File Size 6.32 KB
Installation Count 21
Current Version 1.0
Last Updated 2017-03-25
Publish Date 2017-03-25
Rating 4.33/5 Total 3 Ratings
Developer Ruchunteur
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}