Parental Search - Keep your kids safe

Parental Search uses AI to protect your children from harmful content online. It's free and easy to use.

O que é Parental Search - Keep your kids safe?

Parental Search - Keep your kids safe é uma extensão do Chrome desenvolvida por huguesduplessis9, e sua principal característica é "Parental Search uses AI to protect your children from harmful content online. It's free and easy to use.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Parental Search - Keep your kids safe

Baixe arquivos de extensão Parental Search - Keep your kids safe 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

                        Parental Search uses AI to protect your children from harmful content online.

The AI will detect potentially dangerous words in your online searches and block the search results related to those harmful terms.

It's free and easy to use.

👉 Parental Search works for searches on Google/Bing/Yahoo
👉 To stop your children from uninstalling the extension, it won't appear in the extensions list. If you really need to uninstall Parental Search, right click the extension's icon and choose "Remove from Chrome"

Privacy Policy: https://ai.parentalsearch.xyz/privacy
EULA: https://ai.parentalsearch.xyz/eula                    

Informações Básicas da Extensão

Nome Parental Search - Keep your kids safe Parental Search - Keep your kids safe
ID gcccfoehonbolcpaefopkboppjiaamkc
URL Oficial https://chromewebstore.google.com/detail/parental-search-keep-your/gcccfoehonbolcpaefopkboppjiaamkc
Descrição Parental Search uses AI to protect your children from harmful content online. It's free and easy to use.
Tamanho do Arquivo 71.72 KB
Contagem de Instalações 1,050
Versão Atual 1.0.6
Última Atualização 2023-11-01
Data de Publicação 2023-07-14
Classificação 2.00/5 Total de 4 Avaliações
Desenvolvedor huguesduplessis9
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://ai.parentalsearch.xyz/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.6",
    "name": "Parental Search - Keep your kids safe",
    "short_name": "Parental Search",
    "description": "Parental Search uses AI to protect your children from harmful content online. It's free and easy to use.",
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": {
            "34": "icon-34.png"
        },
        "default_title": "Parental Search"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "search_protection_rules",
                "enabled": true,
                "path": "search_protection_rules.json"
            }
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/parentalsearch.xyz\/*"
        ]
    },
    "permissions": [
        "alarms",
        "storage",
        "declarativeNetRequest",
        "tabs",
        "management"
    ],
    "host_permissions": [
        "https:\/\/www.bing.com\/search*",
        "https:\/\/www.google.com\/search*",
        "https:\/\/www.google.at\/search*",
        "https:\/\/www.google.be\/search*",
        "https:\/\/www.google.ca\/search*",
        "https:\/\/www.google.ch\/search*",
        "https:\/\/www.google.de\/search*",
        "https:\/\/www.google.dk\/search*",
        "https:\/\/www.google.es\/search*",
        "https:\/\/www.google.fi\/search*",
        "https:\/\/www.google.fr\/search*",
        "https:\/\/www.google.it\/search*",
        "https:\/\/www.google.se\/search*",
        "https:\/\/www.google.nl\/search*",
        "https:\/\/www.google.no\/search*",
        "https:\/\/www.google.cl\/search*",
        "https:\/\/www.google.ie\/search*",
        "https:\/\/www.google.co.in\/search*",
        "https:\/\/www.google.com.ph\/search*",
        "https:\/\/www.google.com.my\/search*",
        "https:\/\/www.google.com.id\/search*",
        "https:\/\/www.google.com.pe\/search*",
        "https:\/\/www.google.com.tw\/search*",
        "https:\/\/www.google.com.sg\/search*",
        "https:\/\/www.google.com.co\/search*",
        "https:\/\/www.google.com.ar\/search*",
        "https:\/\/www.google.com.hk\/search*",
        "https:\/\/www.google.com.mx\/search*",
        "https:\/\/www.google.co.ve\/search*",
        "https:\/\/www.google.com.au\/search*",
        "https:\/\/www.google.com.br\/search*",
        "https:\/\/www.google.com.th\/search*",
        "https:\/\/www.google.com.vn\/search*",
        "https:\/\/www.google.co.uk\/search*",
        "https:\/\/www.google.co.nz\/search*",
        "https:\/\/*.search.yahoo.com\/search*",
        "https:\/\/search.yahoo.com\/*"
    ]
}