KIDS MODE

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

Co to jest KIDS MODE?

KIDS MODE to rozszerzenie Chrome opracowane przez https://kidsmode.net, a jego główną funkcją jest „KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia KIDS MODE

Pobierz pliki rozszerzeń KIDS MODE w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa KIDS MODE KIDS MODE
ID bhgkffnlmkkimfbomibamhgoaecelckc
Oficjalny URL https://chromewebstore.google.com/detail/kids-mode/bhgkffnlmkkimfbomibamhgoaecelckc
Opis KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.
Rozmiar pliku 63.78 KB
Liczba instalacji 292
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2023-01-29
Data Publikacji 2021-12-10
Deweloper https://kidsmode.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://kidsmode.net
Adres URL Strony Pomocy https://kidsmode.net/contact/
Adres URL Strony Polityki Prywatności https://letscompare.deals/privacy
Obsługiwane Języki 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'"
}