StopItKids parental control

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

Co to jest StopItKids parental control?

StopItKids parental control to rozszerzenie Chrome opracowane przez https://stopitkids.com, a jego główną funkcją jest „Monitor your child's desktop web activity. Protect your child by restricting them from accessing inappropriate websites”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia StopItKids parental control

Pobierz pliki rozszerzeń StopItKids parental control w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa StopItKids parental control StopItKids parental control
ID ogbomkfadhhndgccgfknejchfhkcolko
Oficjalny URL https://chromewebstore.google.com/detail/stopitkids-parental-contr/ogbomkfadhhndgccgfknejchfhkcolko
Opis Monitor your child's desktop web activity. Protect your child by restricting them from accessing inappropriate websites
Rozmiar pliku 520 KB
Liczba instalacji 1,289
Aktualna Wersja 12.6
Ostatnia Aktualizacja 2020-06-02
Data Publikacji 2020-06-01
Ocena 3.11/5 Łącznie 28 Oceny
Deweloper https://stopitkids.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.stopitkids.com/
Adres URL Strony Polityki Prywatności https://stopitkids.com/Privacy.aspx
Obsługiwane Języki 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
    }
}