StopItKids parental control

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

O que é StopItKids parental control?

StopItKids parental control é uma extensão do Chrome desenvolvida por https://stopitkids.com, e sua principal característica é "Monitor your child's desktop web activity. Protect your child by restricting them from accessing inappropriate websites".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão StopItKids parental control

Baixe arquivos de extensão StopItKids parental control no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome StopItKids parental control StopItKids parental control
ID ogbomkfadhhndgccgfknejchfhkcolko
URL Oficial https://chromewebstore.google.com/detail/stopitkids-parental-contr/ogbomkfadhhndgccgfknejchfhkcolko
Descrição Monitor your child's desktop web activity. Protect your child by restricting them from accessing inappropriate websites
Tamanho do Arquivo 520 KB
Contagem de Instalações 1,289
Versão Atual 12.6
Última Atualização 2020-06-02
Data de Publicação 2020-06-01
Classificação 3.11/5 Total de 28 Avaliações
Desenvolvedor https://stopitkids.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.stopitkids.com/
URL da Página de Política de Privacidade https://stopitkids.com/Privacy.aspx
Idiomas Suportados 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
    }
}