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 |
官方URL | 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" } } |