Thumb blocker

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

Was ist Thumb blocker?

Thumb blocker ist eine Chrome-Erweiterung, die von Kazi Badrul Alam Riku entwickelt wurde, und ihr Hauptmerkmal ist "Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.".

Erweiterungsscreenshots

screenshot

Thumb blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Thumb blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Thumb blocker Thumb blocker
ID anhgkgicmobhfkigcljmdhpkigfcplam
Offizielle URL https://chromewebstore.google.com/detail/thumb-blocker/anhgkgicmobhfkigcljmdhpkigfcplam
Beschreibung Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.
Dateigröße 66.34 KB
Installationsanzahl 106
Aktuelle Version 1.2.2
Letztes Update 2023-07-16
Veröffentlichungsdatum 2023-02-07
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Kazi Badrul Alam Riku
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": []
        }
    ]
}