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 - это расширение Chrome, разработанное https://cleanbrowsing.org, и его основная функция - "CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.".
Снимки экрана расширения
Скачать файл CRX расширения CleanBrowsing DNS Filtering for Schools
Скачайте файлы расширений 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": [ " |