KIDS MODE

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

O que é KIDS MODE?

KIDS MODE é uma extensão do Chrome desenvolvida por https://kidsmode.net, e sua principal característica é "KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão KIDS MODE

Baixe arquivos de extensão KIDS MODE no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome KIDS MODE KIDS MODE
ID bhgkffnlmkkimfbomibamhgoaecelckc
URL Oficial https://chromewebstore.google.com/detail/kids-mode/bhgkffnlmkkimfbomibamhgoaecelckc
Descrição KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.
Tamanho do Arquivo 63.78 KB
Contagem de Instalações 292
Versão Atual 0.0.4
Última Atualização 2023-01-29
Data de Publicação 2021-12-10
Desenvolvedor https://kidsmode.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://kidsmode.net
URL da Página de Ajuda https://kidsmode.net/contact/
URL da Página de Política de Privacidade https://letscompare.deals/privacy
Idiomas Suportados 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'"
}