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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}