AI Search

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

AI Search là gì?

AI Search là một tiện ích mở rộng Chrome được phát triển bởi https://aisearch.vip, và tính năng chính của nó là "Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI Search

Tải xuống các tệp mở rộng AI Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ➡️ 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AI Search AI Search
ID eoggknlipoebpkcceagjininomfdlced
URL Chính Thức https://chromewebstore.google.com/detail/ai-search/eoggknlipoebpkcceagjininomfdlced
Mô tả Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for
Kích Thước Tệp 19.63 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-11-16
Ngày Phát Hành 2023-05-20
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://aisearch.vip
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aisearch.vip
URL Trang Trợ Giúp https://www.aisearch.vip/Static/?page=Contact.html&name=Contact
URL Trang Chính Sách Bảo Mật https://www.aisearch.vip/Static?page=PrivacyPolicy.html&name=Privacy%20Policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}