StopItKids parental control

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

¿Qué es StopItKids parental control?

StopItKids parental control es una extensión de Chrome desarrollada por https://stopitkids.com, y su función principal es "Monitor your child's desktop web activity. Protect your child by restricting them from accessing inappropriate websites".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión StopItKids parental control

Descarga archivos de extensión StopItKids parental control en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre StopItKids parental control StopItKids parental control
ID ogbomkfadhhndgccgfknejchfhkcolko
URL Oficial https://chromewebstore.google.com/detail/stopitkids-parental-contr/ogbomkfadhhndgccgfknejchfhkcolko
Descripción Monitor your child's desktop web activity. Protect your child by restricting them from accessing inappropriate websites
Tamaño del Archivo 520 KB
Cantidad de Instalaciones 1,289
Versión Actual 12.6
Última Actualización 2020-06-02
Fecha de Publicación 2020-06-01
Calificación 3.11/5 Total de 28 Calificaciones
Desarrollador https://stopitkids.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.stopitkids.com/
URL de la Página de Política de Privacidad https://stopitkids.com/Privacy.aspx
Idiomas Soportados 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
    }
}