KIDS MODE

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

Cos'è KIDS MODE?

KIDS MODE è un'estensione di Chrome sviluppata da https://kidsmode.net, e la sua funzione principale è "KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione KIDS MODE

Scarica i file di estensione KIDS MODE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome KIDS MODE KIDS MODE
ID bhgkffnlmkkimfbomibamhgoaecelckc
URL Ufficiale https://chromewebstore.google.com/detail/kids-mode/bhgkffnlmkkimfbomibamhgoaecelckc
Descrizione KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.
Dimensione del File 63.78 KB
Conteggio Installazioni 292
Versione Corrente 0.0.4
Ultimo Aggiornamento 2023-01-29
Data di Pubblicazione 2021-12-10
Sviluppatore https://kidsmode.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kidsmode.net
URL della Pagina di Aiuto https://kidsmode.net/contact/
URL della Pagina della Politica sulla Privacy https://letscompare.deals/privacy
Lingue Supportate 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'"
}