WebLock
Simple website locker
WebLock là gì?
WebLock là một tiện ích mở rộng Chrome được phát triển bởi Perraco Labs, và tính năng chính của nó là "Simple website locker".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WebLock
Tải xuống các tệp mở rộng WebLock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebLock |
ID | liefgbafdofhlkmccpgfnledbigaiona |
URL Chính Thức | https://chromewebstore.google.com/detail/weblock/liefgbafdofhlkmccpgfnledbigaiona |
Mô tả | Simple website locker |
Kích Thước Tệp | 26.43 KB |
Số Lần Cài Đặt | 420 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-11-03 |
Ngày Phát Hành | 2022-11-03 |
Nhà Phát Triển | Perraco Labs |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.perracolabs.com/privacy-policy-chrome-extensions |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |