WebLock
Simple website locker
什麼是WebLock?
WebLock是由Perraco Labs開發的Chrome擴展程式,該擴展的主要功能是“Simple website locker”。
擴展截圖
下載WebLock擴展crx文件
下載WebLock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | WebLock |
ID | liefgbafdofhlkmccpgfnledbigaiona |
官方網址 | https://chromewebstore.google.com/detail/weblock/liefgbafdofhlkmccpgfnledbigaiona |
簡介 | Simple website locker |
檔案大小 | 26.43 KB |
安裝次數 | 420 |
目前版本 | 1.0 |
更新時間 | 2022-11-03 |
上架時間 | 2022-11-03 |
開發者 | Perraco Labs |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.perracolabs.com/privacy-policy-chrome-extensions |
支援的語言 | 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" } } |