YouTube Header Hider

Simple extension for better watching videos in small window without intrusive YouTube header

Cos'è YouTube Header Hider?

YouTube Header Hider è un'estensione di Chrome sviluppata da Meosit, e la sua funzione principale è "Simple extension for better watching videos in small window without intrusive YouTube header".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Header Hider

Scarica i file di estensione YouTube Header Hider in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Simple extension for better watching videos in small window without intrusive YouTube header                    

Informazioni di Base sull'Estensione

Nome YouTube Header Hider YouTube Header Hider
ID ilajonkalnicmkhflafhhddkolnpkknf
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-header-hider/ilajonkalnicmkhflafhhddkolnpkknf
Descrizione Simple extension for better watching videos in small window without intrusive YouTube header
Dimensione del File 10.47 KB
Conteggio Installazioni 14
Versione Corrente 2.1.1
Ultimo Aggiornamento 2018-01-18
Data di Pubblicazione 2018-01-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Meosit
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Header Hider",
    "version": "2.1.1",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content_scripts\/content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/play_96.png",
        "default_title": "YouTube Header Hider",
        "default_popup": "popup\/popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}