CleanBrowsing DNS Filtering for Schools
CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.
CleanBrowsing DNS Filtering for Schools là gì?
CleanBrowsing DNS Filtering for Schools là một tiện ích mở rộng Chrome được phát triển bởi https://cleanbrowsing.org, và tính năng chính của nó là "CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.".
Ả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 CleanBrowsing DNS Filtering for Schools
Tải xuống các tệp mở rộng CleanBrowsing DNS Filtering for Schools 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 was built for organizations that manage a fleet of Chrome devices and actively manage Chrome browsers in their organization. It allows an organization to pass a JSON value to the extension and force the configuration for all browsers in their OU. This extension can also be used by individuals to configure unmanaged browsers.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CleanBrowsing DNS Filtering for Schools |
ID | pmcldejjlmciaffinikgoaoleceldphd |
URL Chính Thức | https://chromewebstore.google.com/detail/cleanbrowsing-dns-filteri/pmcldejjlmciaffinikgoaoleceldphd |
Mô tả | CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible. |
Kích Thước Tệp | 75.66 KB |
Số Lần Cài Đặt | 116 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-08-12 |
Ngày Phát Hành | 2022-03-21 |
Nhà Phát Triển | https://cleanbrowsing.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://cleanbrowsing.org |
URL Trang Trợ Giúp | https://cleanbrowsing.org/documentation |
URL Trang Chính Sách Bảo Mật | https://cleanbrowsing.org/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CleanBrowsing DNS Filtering for Schools", "permissions": [ "storage", "webRequest", "webRequestBlocking", "https:\/\/my.cleanbrowsing.org\/", "https:\/\/my.cleanbrowsing.org\/*", "https:\/\/my.cleanbrowsing.org\/apis\/devices\/debug-verify", "http:\/\/*\/*", "https:\/\/*\/*" ], "description": "CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.", "icons": { "16": "icon-128.png", "19": "icon-128.png", "32": "icon-128.png", "38": "icon-128.png", "48": "icon-128.png", "128": "icon-128.png" }, "version": "1.0", "browser_action": { "default_icon": { "16": "icon-128.png", "19": "icon-128.png", "32": "icon-128.png", "38": "icon-128.png", "48": "icon-128.png", "128": "icon-128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |