WebLock
Simple website locker
Vad är WebLock?
WebLock är en Chrome-tillägg utvecklad av Perraco Labs, och dess huvudfunktion är "Simple website locker".
Tilläggsskärmbilder
Ladda ner WebLock-förlängningens CRX-fil
Ladda ner WebLock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | WebLock |
ID | liefgbafdofhlkmccpgfnledbigaiona |
Officiell webbadress | https://chromewebstore.google.com/detail/weblock/liefgbafdofhlkmccpgfnledbigaiona |
Beskrivning | Simple website locker |
Filstorlek | 26.43 KB |
Antal Installationer | 420 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-11-03 |
Publiceringsdatum | 2022-11-03 |
Utvecklare | Perraco Labs |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.perracolabs.com/privacy-policy-chrome-extensions |
Stödda Språk | 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" } } |