AI Search

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

Was ist AI Search?

AI Search ist eine Chrome-Erweiterung, die von https://aisearch.vip entwickelt wurde, und ihr Hauptmerkmal ist "Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for".

Erweiterungsscreenshots

screenshot
screenshot

AI Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie AI Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name AI Search AI Search
ID eoggknlipoebpkcceagjininomfdlced
Offizielle URL https://chromewebstore.google.com/detail/ai-search/eoggknlipoebpkcceagjininomfdlced
Beschreibung Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for
Dateigröße 19.63 KB
Installationsanzahl 1,000
Aktuelle Version 1.2
Letztes Update 2023-11-16
Veröffentlichungsdatum 2023-05-20
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler https://aisearch.vip
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.aisearch.vip
Hilfeseite URL https://www.aisearch.vip/Static/?page=Contact.html&name=Contact
URL der Datenschutzrichtlinien-Seite https://www.aisearch.vip/Static?page=PrivacyPolicy.html&name=Privacy%20Policy
Unterstützte Sprachen 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"
    }
}