KIDS MODE
KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.
Qu'est-ce que KIDS MODE ?
KIDS MODE est une extension Chrome développée par https://kidsmode.net, et sa fonction principale est "KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KIDS MODE
Téléchargez les fichiers d'extension KIDS MODE au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | bhgkffnlmkkimfbomibamhgoaecelckc |
URL Officiel | https://chromewebstore.google.com/detail/kids-mode/bhgkffnlmkkimfbomibamhgoaecelckc |
Description | KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web. |
Taille du Fichier | 63.78 KB |
Nombre d'Installations | 292 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2023-01-29 |
Date de Publication | 2021-12-10 |
Développeur | https://kidsmode.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://kidsmode.net |
URL de la Page d'Aide | https://kidsmode.net/contact/ |
URL de la Page de Politique de Confidentialité | https://letscompare.deals/privacy |
Langues Prises en Charge | 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'" } |