AI Search Pro

Get the most out of your browsing experience with “AI Search Pro”

AI Search Proとは何ですか?

AI Search Proはhttps://ai-search-pro.comによって開発されたChromeの拡張機能で、その主な機能は「Get the most out of your browsing experience with “AI Search Pro”」です。

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

screenshot
screenshot
screenshot

AI Search Pro拡張機能のCRXファイルをダウンロード

AI Search Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        AI Search Pro is the ultimate search enhancement tool for Chrome users. Supercharge your search experience with AI-powered results that provide you with accurate, relevant, and endless possibilities.
"AI Search Pro" revolutionizes how you browse, search, and find information on the web.

Key Features:

Enhanced search: Get more out of your searches with AI-generated results that go beyond the standard search engine offerings.
Personalized Recommendations: Discover search offers tailored to your query for a more comprehensive search experience.
Effortless Navigation: Easily open new searches with a single click and explore search offers that intrigue you.
"AI Search Pro" is at your fingertips on every new tab you open. Access your favorite Google apps: Gmail, Calendar, Drive, and more – from one central location—no more digging through bookmarks or tabs.



How it works:

Enter your search query in the Omnibar or search bar.
On the right side of the page, you'll find a box with 5-7 search offers related to your query.
Each search offer has an "Ask" button next to it. Clicking "Ask" generates a new query and opens a new search with AI-powered search results based on your new query.
Keep exploring, discovering, and searching endlessly!

Privacy and Security:
AI Search Pro prioritizes your privacy and data security. We do not store your search queries or personal information. Your browsing experience remains safe and secure.

Yahoo will offer the search tools used in this extension.

By Installing "AI Search Pro", you agree to the TOS and Privacy Policy.                    

拡張機能の基本情報

名前 AI Search Pro AI Search Pro
ID ecbjehkomjknkcghjegkifemfcadkhll
公式URL https://chromewebstore.google.com/detail/ai-search-pro/ecbjehkomjknkcghjegkifemfcadkhll
説明 Get the most out of your browsing experience with “AI Search Pro”
ファイルサイズ 665 KB
インストール数 29
現在のバージョン 1.0.3
最終更新日 2023-12-04
公開日 2023-11-30
開発者 https://ai-search-pro.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://ai-search-pro.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Search Pro",
    "version": "1.0.3",
    "description": "Get the most out of your browsing experience with \u201cAI Search Pro\u201d",
    "icons": {
        "16": "assets\/logos\/16x16.png",
        "96": "assets\/logos\/96x96.png",
        "128": "assets\/logos\/128x128.png"
    },
    "author": "Candy Tech Ltd.",
    "homepage_url": "https:\/\/www.ai-search-pro.com\/",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.ai-search-pro.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "AISearchPro",
            "keyword": "AISearchPro",
            "search_url": "https:\/\/searching.ai-search-pro.com\/query\/to?&q={searchTerms}",
            "favicon_url": "https:\/\/ai-search-pro.com\/wp-content\/uploads\/sites\/62\/cropped-Ai-Search-Pro-Logo-fav.png",
            "suggest_url": "https:\/\/suggesting.ai-search-pro.com?q={searchTerms}",
            "instant_url": "",
            "search_url_post_params": "",
            "suggest_url_post_params": "",
            "instant_url_post_params": "",
            "image_url_post_params": "",
            "alternate_urls": [],
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "background": {
        "service_worker": "mainClass.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.yahoo.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}