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
官方網址 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
電子郵箱 [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'"
}