Thumb blocker

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

ما هو Thumb blocker؟

Thumb blocker هو إضافة Chrome تم تطويرها بواسطة Kazi Badrul Alam Riku، والميزة الرئيسية لها هي "Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Thumb blocker

قم بتنزيل ملفات الامتداد Thumb blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Thumb blocker Thumb blocker
ID anhgkgicmobhfkigcljmdhpkigfcplam
عنوان URL الرسمي https://chromewebstore.google.com/detail/thumb-blocker/anhgkgicmobhfkigcljmdhpkigfcplam
الوصف Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.
حجم الملف 66.34 KB
عدد التثبيتات 106
النسخة الحالية 1.2.2
آخر تحديث 2023-07-16
تاريخ النشر 2023-02-07
تقييم 5.00/5 مجموع تقييمات 5
المطور Kazi Badrul Alam Riku
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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": []
        }
    ]
}