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.

Cos'è Parental Search - Keep your kids safe?

Parental Search - Keep your kids safe è un'estensione di Chrome sviluppata da huguesduplessis9, e la sua funzione principale è "Parental Search uses AI to protect your children from harmful content online. It's free and easy to use.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Parental Search - Keep your kids safe

Scarica i file di estensione Parental Search - Keep your kids safe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Parental Search - Keep your kids safe Parental Search - Keep your kids safe
ID gcccfoehonbolcpaefopkboppjiaamkc
URL Ufficiale https://chromewebstore.google.com/detail/parental-search-keep-your/gcccfoehonbolcpaefopkboppjiaamkc
Descrizione Parental Search uses AI to protect your children from harmful content online. It's free and easy to use.
Dimensione del File 71.72 KB
Conteggio Installazioni 1,050
Versione Corrente 1.0.6
Ultimo Aggiornamento 2023-11-01
Data di Pubblicazione 2023-07-14
Valutazione 2.00/5 Totale 4 Valutazioni
Sviluppatore huguesduplessis9
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://ai.parentalsearch.xyz/privacy
Lingue Supportate 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\/*"
    ]
}