KIDS MODE

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

Apa itu KIDS MODE?

KIDS MODE adalah ekstensi Chrome yang dikembangkan oleh https://kidsmode.net, dan fitur utamanya adalah "KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi KIDS MODE

Unduh file ekstensi KIDS MODE dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama KIDS MODE KIDS MODE
ID bhgkffnlmkkimfbomibamhgoaecelckc
URL Resmi https://chromewebstore.google.com/detail/kids-mode/bhgkffnlmkkimfbomibamhgoaecelckc
Deskripsi KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.
Ukuran File 63.78 KB
Jumlah Instalasi 292
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2023-01-29
Tanggal Publikasi 2021-12-10
Pengembang https://kidsmode.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://kidsmode.net
URL Halaman Bantuan https://kidsmode.net/contact/
URL Halaman Kebijakan Privasi https://letscompare.deals/privacy
Bahasa yang Didukung 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'"
}