Web Blocker

Block unlimited website for free

Apa itu Web Blocker?

Web Blocker adalah ekstensi Chrome yang dikembangkan oleh https://webblockerextension.com, dan fitur utamanya adalah "Block unlimited website for free".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Web Blocker

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

                        Boost productivity and performance by blocking distracting websites.


Update / Bug fixed:
Nov. 16, 2022 (v2.1.1) - Fixed bug sites are not blocking after clearing all the blocked sites.

Features:

1. Block unlimited unwanted sites
2. Schedule Blocking
3. Custom redirect links

For questions and suggestions please email us
[email protected]                    

Informasi Dasar Ekstensi

Nama Web Blocker Web Blocker
ID hmfcoeeicamgkocaflbdhjjibdlglbfg
URL Resmi https://chromewebstore.google.com/detail/web-blocker/hmfcoeeicamgkocaflbdhjjibdlglbfg
Deskripsi Block unlimited website for free
Ukuran File 487 KB
Jumlah Instalasi 5,495
Versi Saat Ini 2.1.1
Terakhir Diperbarui 2022-11-17
Tanggal Publikasi 2022-07-07
Penilaian 4.40/5 Total 10 Penilaian
Pengembang https://webblockerextension.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.webblockerextension.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Blocker",
    "description": "Block unlimited website for free",
    "version": "2.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/images\/Logo-16.png",
            "32": "\/images\/Logo-32.png",
            "48": "\/images\/Logo-48.png",
            "128": "\/images\/Logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/Logo-16.png",
        "32": "\/images\/Logo-32.png",
        "48": "\/images\/Logo-48.png",
        "128": "\/images\/Logo-128.png"
    },
    "options_page": "option\/index.html"
}