hide youtube thumbnails

The extension for hide youtube thumbnails

Cos'è hide youtube thumbnails?

hide youtube thumbnails è un'estensione di Chrome sviluppata da hinoguma, e la sua funzione principale è "The extension for hide youtube thumbnails".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione hide youtube thumbnails

Scarica i file di estensione hide youtube thumbnails 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

                        hide youtube thumbnails for spoilers, leak contents.
All thumbnails is hided on default.
You can show a thumbnail by mouseover.

For everyone waiting for entertainment like movies, tv shows,
You could be free from the stressful and suffering days avoiding spoilers.                    

Informazioni di Base sull'Estensione

Nome hide youtube thumbnails hide youtube thumbnails
ID nmhdbpjnnofojjplnjajajcioljbchkl
URL Ufficiale https://chromewebstore.google.com/detail/hide-youtube-thumbnails/nmhdbpjnnofojjplnjajajcioljbchkl
Descrizione The extension for hide youtube thumbnails
Dimensione del File 3.92 KB
Conteggio Installazioni 70
Versione Corrente 1.0
Ultimo Aggiornamento 2021-12-18
Data di Pubblicazione 2021-12-17
Sviluppatore hinoguma
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hinoguma/hide-youtube-thumbnails
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hide youtube thumbnails",
    "manifest_version": 3,
    "version": "1.0",
    "description": "The extension for hide youtube thumbnails",
    "homepage_url": "https:\/\/github.com\/hinoguma\/hide-youtube-thumbnails",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "hide-thumbnails.css"
            ]
        }
    ]
}