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 |
Eメール | [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": [ " |