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 هو إضافة 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
قم بتنزيل ملفات الامتداد CleanBrowsing DNS Filtering بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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": [ " |