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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://cleanbrowsing.org/documentation |
عنوان صفحة سياسة الخصوصية | 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": [ " |