CleanBrowsing DNS Filtering
CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.
¿Qué es CleanBrowsing DNS Filtering?
CleanBrowsing DNS Filtering es una extensión de Chrome desarrollada por https://cleanbrowsing.org, y su función principal es "CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CleanBrowsing DNS Filtering
Descarga archivos de extensión CleanBrowsing DNS Filtering en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | hiihdbcbkkocjcjooklhpojamigheibo |
URL Oficial | https://chrome.google.com/webstore/detail/cleanbrowsing-dns-filteri/hiihdbcbkkocjcjooklhpojamigheibo |
Descripción | CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible. |
Tamaño del Archivo | 97.05 KB |
Cantidad de Instalaciones | 273 |
Versión Actual | 0.1 |
Última Actualización | 2020-04-29 |
Fecha de Publicación | 2020-04-25 |
Desarrollador | https://cleanbrowsing.org |
Tipo de Pago | free |
URL de la Página de Ayuda | https://my.cleanbrowsing.org |
Idiomas Soportados | 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": [ " |