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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ➡️ 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
공식 URL 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"
    }
}