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.

Wat is Parental Search - Keep your kids safe?

Parental Search - Keep your kids safe is een Chrome-extensie ontwikkeld door huguesduplessis9, en de belangrijkste functie is "Parental Search uses AI to protect your children from harmful content online. It's free and easy to use.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Parental Search - Keep your kids safe

Download Parental Search - Keep your kids safe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Parental Search - Keep your kids safe Parental Search - Keep your kids safe
ID gcccfoehonbolcpaefopkboppjiaamkc
Officiële URL https://chromewebstore.google.com/detail/parental-search-keep-your/gcccfoehonbolcpaefopkboppjiaamkc
Beschrijving Parental Search uses AI to protect your children from harmful content online. It's free and easy to use.
Bestandsgrootte 71.72 KB
Aantal Installaties 1,050
Huidige Versie 1.0.6
Laatst Bijgewerkt 2023-11-01
Publicatiedatum 2023-07-14
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar huguesduplessis9
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://ai.parentalsearch.xyz/privacy
Ondersteunde Talen 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\/*"
    ]
}