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.

Что такое Parental Search - Keep your kids safe?

Parental Search - Keep your kids safe - это расширение Chrome, разработанное huguesduplessis9, и его основная функция - "Parental Search uses AI to protect your children from harmful content online. It's free and easy to use.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Parental Search - Keep your kids safe

Скачайте файлы расширений Parental Search - Keep your kids safe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Parental Search - Keep your kids safe Parental Search - Keep your kids safe
ID gcccfoehonbolcpaefopkboppjiaamkc
Официальный URL https://chromewebstore.google.com/detail/parental-search-keep-your/gcccfoehonbolcpaefopkboppjiaamkc
Описание Parental Search uses AI to protect your children from harmful content online. It's free and easy to use.
Размер файла 71.72 KB
Количество установок 1,050
Текущая Версия 1.0.6
Последнее Обновление 2023-11-01
Дата публикации 2023-07-14
Рейтинг 2.00/5 Всего 4 оценок
Разработчик huguesduplessis9
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://ai.parentalsearch.xyz/privacy
Поддерживаемые языки 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\/*"
    ]
}