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はhuguesduplessis9によって開発されたChromeの拡張機能で、その主な機能は「Parental Search uses AI to protect your children from harmful content online. It's free and easy to use.」です。

拡張機能のスクリーンショット

screenshot

Parental Search - Keep your kids safe拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}