Thumb blocker

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

Qu'est-ce que Thumb blocker ?

Thumb blocker est une extension Chrome développée par Kazi Badrul Alam Riku, et sa fonction principale est "Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Thumb blocker

Téléchargez les fichiers d'extension Thumb blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Thumb blocker Thumb blocker
ID anhgkgicmobhfkigcljmdhpkigfcplam
URL Officiel https://chromewebstore.google.com/detail/thumb-blocker/anhgkgicmobhfkigcljmdhpkigfcplam
Description Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.
Taille du Fichier 66.34 KB
Nombre d'Installations 106
Version Actuelle 1.2.2
Dernière Mise à Jour 2023-07-16
Date de Publication 2023-02-07
Évaluation 5.00/5 Total 5 Évaluations
Développeur Kazi Badrul Alam Riku
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
        }
    ]
}