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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop wasting time browsing ad-ridden, Search-Engine-Optimised sites and find what you are looking for"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AI Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}