Thumb blocker

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

Thumb blocker là gì?

Thumb blocker là một tiện ích mở rộng Chrome được phát triển bởi Kazi Badrul Alam Riku, và tính năng chính của nó là "Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Thumb blocker

Tải xuống các tệp mở rộng Thumb blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Thumb blocker Thumb blocker
ID anhgkgicmobhfkigcljmdhpkigfcplam
URL Chính Thức https://chromewebstore.google.com/detail/thumb-blocker/anhgkgicmobhfkigcljmdhpkigfcplam
Mô tả Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.
Kích Thước Tệp 66.34 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2023-07-16
Ngày Phát Hành 2023-02-07
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Kazi Badrul Alam Riku
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}