website blocker

Block a site

Cos'è website blocker?

website blocker è un'estensione di Chrome sviluppata da pioneer.extension.tech, e la sua funzione principale è "Block a site".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione website blocker

Scarica i file di estensione website blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome website blocker website blocker
ID fpganiclclpclegkfhdmlfoibpjajddi
URL Ufficiale https://chromewebstore.google.com/detail/website-blocker/fpganiclclpclegkfhdmlfoibpjajddi
Descrizione Block a site
Dimensione del File 631 KB
Conteggio Installazioni 123
Versione Corrente 1.0
Ultimo Aggiornamento 2021-01-05
Data di Pubblicazione 2021-01-05
Sviluppatore pioneer.extension.tech
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.privacypolicygenerator.info/live.php?token=fdpaSK74JaWtpwT63AiCAdYKu6x6IYnn
Lingue Supportate 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\/*"
    ]
}