KIDS MODE

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

KIDS MODE là gì?

KIDS MODE là một tiện ích mở rộng Chrome được phát triển bởi https://kidsmode.net, và tính năng chính của nó là "KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KIDS MODE

Tải xuống các tệp mở rộng KIDS MODE dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KIDS MODE KIDS MODE
ID bhgkffnlmkkimfbomibamhgoaecelckc
URL Chính Thức https://chromewebstore.google.com/detail/kids-mode/bhgkffnlmkkimfbomibamhgoaecelckc
Mô tả KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.
Kích Thước Tệp 63.78 KB
Số Lần Cài Đặt 292
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2023-01-29
Ngày Phát Hành 2021-12-10
Nhà Phát Triển https://kidsmode.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kidsmode.net
URL Trang Trợ Giúp https://kidsmode.net/contact/
URL Trang Chính Sách Bảo Mật https://letscompare.deals/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}