StopItKids parental control

Monitor your child's desktop web activity. Protect your child by restricting them from accessing inappropriate websites

StopItKids parental control là gì?

StopItKids parental control là một tiện ích mở rộng Chrome được phát triển bởi https://stopitkids.com, và tính năng chính của nó là "Monitor your child's desktop web activity. Protect your child by restricting them from accessing inappropriate websites".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng StopItKids parental control 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

                        Do you want to keep an eye on your kids to see what they are up to on the internet? This application allows you to monitor and view what websites are being accessed and remotely block/unblock and alert them using your mobile device.

* Receiving web activity report by email: Once a day | Once a week | Once a month
* Create keywords for tracking web content
* Automatically block unsafe web content
* Web activity report in pdf format
* View visited websites and screenshots

How it works:

1. Open desktop browser you would like to control

2. Add this StopItKids chrome extension from google web store
               
3. Follow the screen and register your browser

Login into your StopItKids account "https://stopitkids.com/myaccount/"                    

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

Tên StopItKids parental control StopItKids parental control
ID ogbomkfadhhndgccgfknejchfhkcolko
URL Chính Thức https://chromewebstore.google.com/detail/stopitkids-parental-contr/ogbomkfadhhndgccgfknejchfhkcolko
Mô tả Monitor your child's desktop web activity. Protect your child by restricting them from accessing inappropriate websites
Kích Thước Tệp 520 KB
Số Lần Cài Đặt 1,289
Phiên Bản Hiện Tại 12.6
Cập Nhật Lần Cuối 2020-06-02
Ngày Phát Hành 2020-06-01
Đánh Giá 3.11/5 Tổng số 28 Đánh Giá
Nhà Phát Triển https://stopitkids.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.stopitkids.com/
URL Trang Chính Sách Bảo Mật https://stopitkids.com/Privacy.aspx
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "name": "StopItKids parental control",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "12.6",
    "description": "Monitor your child's desktop web activity. Protect your child by restricting them from accessing inappropriate websites",
    "browser_action": {
        "default_icon": {
            "128": "stopitkids_logo_128.png",
            "16": "stopitkids_logo_16.png",
            "48": "stopitkids_logo_48.png"
        }
    },
    "icons": {
        "128": "stopitkids_logo_128.png",
        "16": "stopitkids_logo_16.png",
        "48": "stopitkids_logo_48.png"
    },
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/127.0.0.1\/*",
                "http:\/\/localhost\/*",
                "http:\/\/stopitkids.com\/*",
                "https:\/\/stopitkids.com\/*",
                "https:\/\/www.stopitkids.com\/*"
            ],
            "exclude_globs": [
                "chrome-extension:\/\/*\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/127.0.0.1\/*",
                "http:\/\/localhost\/*",
                "http:\/\/stopitkids.com\/*",
                "https:\/\/stopitkids.com\/*",
                "https:\/\/www.stopitkids.com\/*"
            ],
            "exclude_globs": [
                "chrome-extension:\/\/*\/*"
            ],
            "js": [
                "contentAPI.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/127.0.0.1\/*",
                "http:\/\/localhost\/*",
                "http:\/\/stopitkids.com\/*",
                "https:\/\/stopitkids.com\/*",
                "https:\/\/www.stopitkids.com\/*",
                "https:\/\/hangouts.google.com\/*"
            ],
            "exclude_globs": [
                "chrome-extension:\/\/*\/*"
            ],
            "js": [
                "contentOnLoad.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/stopitkids.com\/*"
            ],
            "js": [
                "isinstalled.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "management",
        "tabs",
        "",
        "pageCapture",
        "idle",
        "webNavigation",
        "webRequestBlocking",
        "webRequest",
        "activeTab",
        "nativeMessaging",
        "alarms"
    ],
    "web_accessible_resources": [
        "isinstalled.js"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/idb.js",
            "\/background.js",
            "\/jquery-3.3.1.min.js",
            "\/postMethods.js"
        ],
        "persistent": true
    }
}