StopItKids parental control

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

What is StopItKids parental control?

StopItKids parental control is a Chrome extension developed by https://stopitkids.com, and its main feature is "Monitor your child's desktop web activity. Protect your child by restricting them from accessing inappropriate websites".

Extension Screenshots

screenshot
screenshot
screenshot

Download StopItKids parental control Extension CRX File

Download StopItKids parental control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/"                    

Extension Basic Information

Name StopItKids parental control StopItKids parental control
ID ogbomkfadhhndgccgfknejchfhkcolko
Official URL https://chromewebstore.google.com/detail/stopitkids-parental-contr/ogbomkfadhhndgccgfknejchfhkcolko
Description Monitor your child's desktop web activity. Protect your child by restricting them from accessing inappropriate websites
File Size 520 KB
Installation Count 1,289
Current Version 12.6
Last Updated 2020-06-02
Publish Date 2020-06-01
Rating 3.11/5 Total 28 Ratings
Developer https://stopitkids.com
Email [email protected]
Payment Type free
Extension Website http://www.stopitkids.com/
Privacy Policy Page URL https://stopitkids.com/Privacy.aspx
Supported Languages 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
    }
}