hide youtube thumbnails

The extension for hide youtube thumbnails

Co to jest hide youtube thumbnails?

hide youtube thumbnails to rozszerzenie Chrome opracowane przez hinoguma, a jego główną funkcją jest „The extension for hide youtube thumbnails”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia hide youtube thumbnails

Pobierz pliki rozszerzeń hide youtube thumbnails w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa hide youtube thumbnails hide youtube thumbnails
ID nmhdbpjnnofojjplnjajajcioljbchkl
Oficjalny URL https://chromewebstore.google.com/detail/hide-youtube-thumbnails/nmhdbpjnnofojjplnjajajcioljbchkl
Opis The extension for hide youtube thumbnails
Rozmiar pliku 3.92 KB
Liczba instalacji 70
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-12-18
Data Publikacji 2021-12-17
Deweloper hinoguma
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/hinoguma/hide-youtube-thumbnails
Obsługiwane Języki 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"
            ]
        }
    ]
}