Thumb blocker

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

Co je Thumb blocker?

Thumb blocker je rozšíření Chrome vyvinuté Kazi Badrul Alam Riku, a jeho hlavní funkcí je „Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Thumb blocker

Stáhněte si soubory rozšíření Thumb blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Thumb blocker Thumb blocker
ID anhgkgicmobhfkigcljmdhpkigfcplam
Oficiální URL https://chromewebstore.google.com/detail/thumb-blocker/anhgkgicmobhfkigcljmdhpkigfcplam
Popis Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.
Velikost souboru 66.34 KB
Počet instalací 106
Aktuální Verze 1.2.2
Poslední Aktualizace 2023-07-16
Datum Vydání 2023-02-07
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář Kazi Badrul Alam Riku
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": []
        }
    ]
}