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?
CleanBrowsing DNS Filtering for Schools是由https://cleanbrowsing.org开发的Chrome扩展程序,该扩展的主要功能是“CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.”。
扩展截图
下载CleanBrowsing DNS Filtering for Schools扩展crx文件
下载CleanBrowsing DNS Filtering for Schools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | CleanBrowsing DNS Filtering for Schools |
ID | pmcldejjlmciaffinikgoaoleceldphd |
官方URL | https://chromewebstore.google.com/detail/cleanbrowsing-dns-filteri/pmcldejjlmciaffinikgoaoleceldphd |
简介 | CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible. |
文件大小 | 75.66 KB |
安装次数 | 116 |
当前版本 | 1.0 |
更新时间 | 2022-08-12 |
上架时间 | 2022-03-21 |
开发者 | https://cleanbrowsing.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://cleanbrowsing.org |
帮助页面URL | https://cleanbrowsing.org/documentation |
隐私政策页面URL | https://cleanbrowsing.org/privacy |
支持的语言 | 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": [ " |