WhiteList
Enables blocking sites according to a blacklist or whitelist.
WhiteList là gì?
WhiteList là một tiện ích mở rộng Chrome được phát triển bởi E. Goldberg, và tính năng chính của nó là "Enables blocking sites according to a blacklist or whitelist.".
Ả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 WhiteList
Tải xuống các tệp mở rộng WhiteList 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
This extension enables you to control which sites can be visited in the browser. You have the option to use a whitelist, which blocks all sites not listed, or a blacklist, which allows all sites except for the ones you list. When you install the extension, you will be asked to set an administrator password. This password will be used to change the blocking options in the future. You can then go to the extension's options page, and select whether to enable blocking (it is disabled by default), whether to use a whitelist or a blacklist, and specify which URLs you want in the list. Click "save," and the sites will be blocked!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WhiteList |
ID | eajfidjagfdheejfooghbheaimkghofa |
URL Chính Thức | https://chromewebstore.google.com/detail/whitelist/eajfidjagfdheejfooghbheaimkghofa |
Mô tả | Enables blocking sites according to a blacklist or whitelist. |
Kích Thước Tệp | 24.64 KB |
Số Lần Cài Đặt | 611 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-02-05 |
Ngày Phát Hành | 2021-02-04 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | E. Goldberg |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhiteList", "description": "Enables blocking sites according to a blacklist or whitelist.", "version": "0.0.1", "options_page": "check-authenticated.html", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'", "icons": { "16": "icons\/favicon-16x16.png", "32": "icons\/favicon-32x32.png", "192": "icons\/android-chrome-192x192.png" }, "browser_action": { "default_icon": "icons\/favicon-32x32.png" } } |