WebLock

Simple website locker

Cos'è WebLock?

WebLock è un'estensione di Chrome sviluppata da Perraco Labs, e la sua funzione principale è "Simple website locker".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione WebLock

Scarica i file di estensione WebLock 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

                        Temporarily block access to a list of websites.

When blocking is enabled, any of the desired websites will display an error every time access is attempted.

You can also set a PIN to access the extension and disable the lock.

It is possible to block only subdomains or subdirectories, instead of an entire website. See some examples in the extension itself.                    

Informazioni di Base sull'Estensione

Nome WebLock WebLock
ID liefgbafdofhlkmccpgfnledbigaiona
URL Ufficiale https://chromewebstore.google.com/detail/weblock/liefgbafdofhlkmccpgfnledbigaiona
Descrizione Simple website locker
Dimensione del File 26.43 KB
Conteggio Installazioni 420
Versione Corrente 1.0
Ultimo Aggiornamento 2022-11-03
Data di Pubblicazione 2022-11-03
Sviluppatore Perraco Labs
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.perracolabs.com/privacy-policy-chrome-extensions
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebLock",
    "description": "Simple website locker",
    "version": "1.0",
    "icons": {
        "128": "icon_off.png"
    },
    "minimum_chrome_version": "92",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "page_main.html"
    }
}