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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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": []
        }
    ]
}