website blocker

Block a site

Apa itu website blocker?

website blocker adalah ekstensi Chrome yang dikembangkan oleh pioneer.extension.tech, dan fitur utamanya adalah "Block a site".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi website blocker

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

                        Increase work efficiency by blocking websites. Block websites in multiple ways, permanently, by timeout, by words in url. As additional features user can password protect the extension app and change background of the blocked website.                    

Informasi Dasar Ekstensi

Nama website blocker website blocker
ID fpganiclclpclegkfhdmlfoibpjajddi
URL Resmi https://chromewebstore.google.com/detail/website-blocker/fpganiclclpclegkfhdmlfoibpjajddi
Deskripsi Block a site
Ukuran File 631 KB
Jumlah Instalasi 123
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-01-05
Tanggal Publikasi 2021-01-05
Pengembang pioneer.extension.tech
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.privacypolicygenerator.info/live.php?token=fdpaSK74JaWtpwT63AiCAdYKu6x6IYnn
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "website blocker",
    "version": "1.0",
    "description": "Block a site",
    "permissions": [
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": [],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "index.html",
        "default_title": "Background Changer"
    },
    "content_security_policy": "script-src 'self' 'sha256-XPXTT1UshpgwCgVqCHHlIsFwX\/ez74PNQIN24esAYZs='; object-src 'self'",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/jquery.min.js",
                "content\/content.js"
            ],
            "css": [
                "public\/style.css"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "public\/*"
    ]
}