AI Search

Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for

什麼是AI Search?

AI Search是由https://aisearch.vip開發的Chrome擴展程式,該擴展的主要功能是“Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for”。

擴展截圖

screenshot
screenshot

下載AI Search擴展crx文件

下載AI Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ➡️ Discover a new way to search the web without getting bogged down by ads and manipulative SEO tactics! AI Search down-ranks results containing ads or originating from content-farms ("SEO Junk"). Furthermore, it neutralizes click-bait descriptions with AI-generated neutral summaries

🚀 How to use:

- Simply type "ai" in your navigation bar followed by your search query, and you will be automatically redirected to AI Search. 
- For example, you may type "ai best cars of all time" and press enter
- You may customize the keyword "ai" and change it for any other keyword via the Extensions menu

🌟 Stop wasting time browsing ad-ridden, search engine optimised sites and find what you are looking for from legitimate websites                    

擴展基本資訊

名稱 AI Search AI Search
ID eoggknlipoebpkcceagjininomfdlced
官方網址 https://chromewebstore.google.com/detail/ai-search/eoggknlipoebpkcceagjininomfdlced
簡介 Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for
檔案大小 19.63 KB
安裝次數 1,000
目前版本 1.2
更新時間 2023-11-16
上架時間 2023-05-20
評分 1.00/5 共 1 次評分
開發者 https://aisearch.vip
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.aisearch.vip
說明頁面URL https://www.aisearch.vip/Static/?page=Contact.html&name=Contact
隱私政策頁面URL https://www.aisearch.vip/Static?page=PrivacyPolicy.html&name=Privacy%20Policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Search",
    "version": "1.2",
    "id": "eoggknlipoebpkcceagjininomfdlced",
    "description": "Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/www.aisearch.vip\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "AI Search"
    },
    "permissions": [
        "activeTab"
    ],
    "omnibox": {
        "keyword": "ai"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}