Web Blocker

Web Blocker blocks access to any websites that you specific to improve your productivity.

Apa itu Web Blocker?

Web Blocker adalah ekstensi Chrome yang dikembangkan oleh https://webblocker.co, dan fitur utamanya adalah "Web Blocker blocks access to any websites that you specific to improve your productivity.".

Screenshot Ekstensi

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

                        This extension helps you get rid of the sites that you spend so much time on it. It will automatically block all the websites that you specific on the option page. 

Web Blocker is very easy to use. You can stay focus on the websites that you working on and block those website that wasting your time such as social media sites.                    

Informasi Dasar Ekstensi

Nama Web Blocker Web Blocker
ID pjoghcbfnmhkcngdejiebfolglianlkn
URL Resmi https://chromewebstore.google.com/detail/web-blocker/pjoghcbfnmhkcngdejiebfolglianlkn
Deskripsi Web Blocker blocks access to any websites that you specific to improve your productivity.
Ukuran File 12.12 KB
Jumlah Instalasi 1,867
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-06-24
Tanggal Publikasi 2021-06-24
Penilaian 3.18/5 Total 11 Penilaian
Pengembang https://webblocker.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.webblocker.co
URL Halaman Bantuan https://www.webblocker.co
URL Halaman Kebijakan Privasi https://www.webblocker.co/privacy_policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Blocker",
    "description": "Web Blocker blocks access to any websites that you specific to improve your productivity.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}