HideYoutubeControls

Hide youtube controls when you are on a youtube page

Wat is HideYoutubeControls?

HideYoutubeControls is een Chrome-extensie ontwikkeld door Ruchunteur, en de belangrijkste functie is "Hide youtube controls when you are on a youtube page".

Download het CRX-bestand van de extensie HideYoutubeControls

Download HideYoutubeControls-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam HideYoutubeControls HideYoutubeControls
ID iflpjkbpegjcibknhepnfhbigholnolp
Officiële URL https://chromewebstore.google.com/detail/hideyoutubecontrols/iflpjkbpegjcibknhepnfhbigholnolp
Beschrijving Hide youtube controls when you are on a youtube page
Bestandsgrootte 6.32 KB
Aantal Installaties 21
Huidige Versie 1.0
Laatst Bijgewerkt 2017-03-25
Publicatiedatum 2017-03-25
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Ruchunteur
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}