WebLock
Simple website locker
Co to jest WebLock?
WebLock to rozszerzenie Chrome opracowane przez Perraco Labs, a jego główną funkcją jest „Simple website locker”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WebLock
Pobierz pliki rozszerzeń WebLock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | WebLock |
ID | liefgbafdofhlkmccpgfnledbigaiona |
Oficjalny URL | https://chromewebstore.google.com/detail/weblock/liefgbafdofhlkmccpgfnledbigaiona |
Opis | Simple website locker |
Rozmiar pliku | 26.43 KB |
Liczba instalacji | 420 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-11-03 |
Data Publikacji | 2022-11-03 |
Deweloper | Perraco Labs |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.perracolabs.com/privacy-policy-chrome-extensions |
Obsługiwane Języki | 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" } } |