WebLock
Simple website locker
Wat is WebLock?
WebLock is een Chrome-extensie ontwikkeld door Perraco Labs, en de belangrijkste functie is "Simple website locker".
Extensie Screenshots
Download het CRX-bestand van de extensie WebLock
Download WebLock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WebLock |
ID | liefgbafdofhlkmccpgfnledbigaiona |
Officiële URL | https://chromewebstore.google.com/detail/weblock/liefgbafdofhlkmccpgfnledbigaiona |
Beschrijving | Simple website locker |
Bestandsgrootte | 26.43 KB |
Aantal Installaties | 420 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-11-03 |
Publicatiedatum | 2022-11-03 |
Ontwikkelaar | Perraco Labs |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.perracolabs.com/privacy-policy-chrome-extensions |
Ondersteunde Talen | 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" } } |