CleanBrowsing DNS Filtering
CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.
什么是CleanBrowsing DNS Filtering?
CleanBrowsing DNS Filtering是由https://cleanbrowsing.org开发的Chrome扩展程序,该扩展的主要功能是“CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.”。
扩展截图
下载CleanBrowsing DNS Filtering扩展crx文件
下载CleanBrowsing DNS Filtering扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension activates CleanBrowsing directly on your Chrome browser. If you can't switch the DNS on your device and Chrome is the only browser available, this extension might be a good option for you. It requires a CleanBrowsing account that can be created here: https://my.cleanbrowsing.org/register
扩展基本信息
名称 | |
ID | hiihdbcbkkocjcjooklhpojamigheibo |
官方URL | https://chrome.google.com/webstore/detail/cleanbrowsing-dns-filteri/hiihdbcbkkocjcjooklhpojamigheibo |
简介 | CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible. |
文件大小 | 97.05 KB |
安装次数 | 273 |
当前版本 | 0.1 |
更新时间 | 2020-04-29 |
上架时间 | 2020-04-25 |
开发者 | https://cleanbrowsing.org |
付费类型 | free |
帮助页面URL | https://my.cleanbrowsing.org |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CleanBrowsing DNS Filtering", "permissions": [ "storage", "tabs", "alarms", "activeTab", "webRequest", "webRequestBlocking", "webNavigation", "https:\/\/www.categorify.org\/*", "https:\/\/www.categorify.org\/", "https:\/\/my.cleanbrowsing.org\/", "https:\/\/my.cleanbrowsing.org\/*", "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": "0.1", "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": [ " |