Thumb blocker

Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.

Co to jest Thumb blocker?

Thumb blocker to rozszerzenie Chrome opracowane przez Kazi Badrul Alam Riku, a jego główną funkcją jest „Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Thumb blocker

Pobierz pliki rozszerzeń Thumb blocker 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

                        A free thumbnail blocker. Block thumbnail on youtube home page. Nowadays thumbnails are so seductive that we literally lost our consciousness. This thumbnail blocker will retention our mind and consciousness on our findings.                    

Podstawowe informacje o rozszerzeniu

Nazwa Thumb blocker Thumb blocker
ID anhgkgicmobhfkigcljmdhpkigfcplam
Oficjalny URL https://chromewebstore.google.com/detail/thumb-blocker/anhgkgicmobhfkigcljmdhpkigfcplam
Opis Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.
Rozmiar pliku 66.34 KB
Liczba instalacji 106
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2023-07-16
Data Publikacji 2023-02-07
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Kazi Badrul Alam Riku
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.",
    "version": "1.2.2",
    "manifest_version": 3,
    "name": "Thumb blocker",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-64.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png",
                "icon-16.png"
            ],
            "matches": []
        }
    ]
}