TrueBlock

The simple website blocker.

Apa itu TrueBlock?

TrueBlock adalah ekstensi Chrome yang dikembangkan oleh Tom Richards, dan fitur utamanya adalah "The simple website blocker.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TrueBlock

Unduh file ekstensi TrueBlock 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

                        This extension provides a means to completely block any misbehaving website. If you disagree with a site for any reason, simply hit "block" and write yourself a note about why you never want to visit it again. The extension will prevent all future requests to the site!                    

Informasi Dasar Ekstensi

Nama TrueBlock TrueBlock
ID adcbggkgllkljeliabhgmmkmpebhdbno
URL Resmi https://chromewebstore.google.com/detail/trueblock/adcbggkgllkljeliabhgmmkmpebhdbno
Deskripsi The simple website blocker.
Ukuran File 24.95 KB
Jumlah Instalasi 66
Versi Saat Ini 0.7.3
Terakhir Diperbarui 2023-01-22
Tanggal Publikasi 2022-07-26
Penilaian 3.71/5 Total 7 Penilaian
Pengembang Tom Richards
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TrueBlock",
    "description": "The simple website blocker.",
    "version": "0.7.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_title": "TrueBlock",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "declarativeNetRequest",
        "storage"
    ]
}