KIDS MODE

KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.

Was ist KIDS MODE?

KIDS MODE ist eine Chrome-Erweiterung, die von https://kidsmode.net entwickelt wurde, und ihr Hauptmerkmal ist "KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

KIDS MODE-Erweiterungs-CRX-Datei herunterladen

Laden Sie KIDS MODE-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name KIDS MODE KIDS MODE
ID bhgkffnlmkkimfbomibamhgoaecelckc
Offizielle URL https://chromewebstore.google.com/detail/kids-mode/bhgkffnlmkkimfbomibamhgoaecelckc
Beschreibung KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.
Dateigröße 63.78 KB
Installationsanzahl 292
Aktuelle Version 0.0.4
Letztes Update 2023-01-29
Veröffentlichungsdatum 2021-12-10
Entwickler https://kidsmode.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://kidsmode.net
Hilfeseite URL https://kidsmode.net/contact/
URL der Datenschutzrichtlinien-Seite https://letscompare.deals/privacy
Unterstützte Sprachen 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'"
}