Thumb blocker

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

Apa itu Thumb blocker?

Thumb blocker adalah ekstensi Chrome yang dikembangkan oleh Kazi Badrul Alam Riku, dan fitur utamanya adalah "Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Thumb blocker

Unduh file ekstensi Thumb blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Thumb blocker Thumb blocker
ID anhgkgicmobhfkigcljmdhpkigfcplam
URL Resmi https://chromewebstore.google.com/detail/thumb-blocker/anhgkgicmobhfkigcljmdhpkigfcplam
Deskripsi Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.
Ukuran File 66.34 KB
Jumlah Instalasi 106
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2023-07-16
Tanggal Publikasi 2023-02-07
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Kazi Badrul Alam Riku
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
        }
    ]
}