Qwant - The search engine

The search engine that doesn't know anything about you, and that changes everything.

Qwant - The search engine क्या है?

Qwant - The search engine https://qwant.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The search engine that doesn't know anything about you, and that changes everything."।

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

screenshot
screenshot

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

crx प्रारूप में Qwant - The search engine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Qwant - The search engine that doesn't know anything about you

The search engine that doesn't know anything about you, and that changes everything: zero tracking of your searches, zero personal data use, zero targeted advertising.                    

एक्सटेंशन की मूल जानकारी

नाम Qwant - The search engine Qwant - The search engine
ID kplfenefaakjhjkklghidleljeocgdap
आधिकारिक URL https://chromewebstore.google.com/detail/qwant-the-search-engine/kplfenefaakjhjkklghidleljeocgdap
विवरण The search engine that doesn't know anything about you, and that changes everything.
फ़ाइल का आकार 11.42 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 7.0.1
अंतिम अपडेट 2022-09-17
प्रकाशन तिथि 2022-08-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://qwant.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.qwant.com
सहायता पृष्ठ URL https://help.qwant.com
गोपनीयता नीति पृष्ठ URL https://about.qwant.com/legal/privacy
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.0.1",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "author": "Qwant",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "19": "assets\/icons\/icon-19.png",
        "38": "assets\/icons\/icon-38.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "omnibox": {
        "keyword": "q"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.qwant.com\/*"
            ],
            "css": [
                "assets\/css\/no-popin.css"
            ]
        }
    ],
    "minimum_chrome_version": "88.0",
    "manifest_version": 3,
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Qwant",
            "keyword": "www.qwant.com",
            "search_url": "https:\/\/www.qwant.com\/?q={searchTerms}&client=ext-chrome-sb",
            "favicon_url": "https:\/\/www.qwant.com\/favicon.ico",
            "suggest_url": "https:\/\/api.qwant.com\/api\/suggest\/?q={searchTerms}&client=opensearch",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}