KIDS MODE

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

KIDS MODEとは何ですか?

KIDS MODEはhttps://kidsmode.netによって開発されたChromeの拡張機能で、その主な機能は「KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

KIDS MODE拡張機能のCRXファイルをダウンロード

KIDS MODE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 KIDS MODE KIDS MODE
ID bhgkffnlmkkimfbomibamhgoaecelckc
公式URL https://chromewebstore.google.com/detail/kids-mode/bhgkffnlmkkimfbomibamhgoaecelckc
説明 KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.
ファイルサイズ 63.78 KB
インストール数 292
現在のバージョン 0.0.4
最終更新日 2023-01-29
公開日 2021-12-10
開発者 https://kidsmode.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://kidsmode.net
ヘルプページのURL https://kidsmode.net/contact/
プライバシーポリシーページのURL https://letscompare.deals/privacy
対応言語 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'"
}