KIDS MODE
KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.
ما هو KIDS MODE؟
KIDS MODE هو إضافة Chrome تم تطويرها بواسطة https://kidsmode.net، والميزة الرئيسية لها هي "KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة KIDS MODE
قم بتنزيل ملفات الامتداد KIDS MODE بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Welcome to KIDS MODE – our way of ensuring your children stay safe on the web. This feature gives parents complete control over what their kids view online in a simple way, on a parent device or kids device, and can be activated locally or remotely. find out more at: https://kidsmode.net/
معلومات أساسية عن التمديد
الاسم | |
ID | bhgkffnlmkkimfbomibamhgoaecelckc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kids-mode/bhgkffnlmkkimfbomibamhgoaecelckc |
الوصف | KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web. |
حجم الملف | 63.78 KB |
عدد التثبيتات | 292 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2023-01-29 |
تاريخ النشر | 2021-12-10 |
المطور | https://kidsmode.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://kidsmode.net |
عنوان صفحة المساعدة | https://kidsmode.net/contact/ |
عنوان صفحة سياسة الخصوصية | https://letscompare.deals/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KIDS MODE", "description": "KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.", "version": "0.0.4", "background": { "page": "background.html", "persistent": true }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "name": "Open KIDS MODE", "default_icon": { "16": "icons\/16.png" } }, "permissions": [ "tabs", "notifications", "alarms", "idle", "*:\/\/*.kidsmode.net\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.kidsmode.net\/*", "http:\/\/localhost:8080\/*" ], "accepts_tls_channel_id": false }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.firebasedatabase.app https:\/\/www.googleapis.com; object-src 'self'" } |