Thumb blocker

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

什麼是Thumb blocker?

Thumb blocker是由Kazi Badrul Alam Riku開發的Chrome擴展程式,該擴展的主要功能是“Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.”。

擴展截圖

screenshot

下載Thumb blocker擴展crx文件

下載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
官方網址 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": []
        }
    ]
}