Qwant VIPrivacy

Qwant VIPrivacy sets qwant.com as your default search engine, blocks trackers for you to protect your personal data while you browse

Qwant VIPrivacy क्या है?

Qwant VIPrivacy https://qwant.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Qwant VIPrivacy sets qwant.com as your default search engine, blocks trackers for you to protect your personal data while you browse"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Qwant, the search engine that respects your privacy.
Designed and based in France, Qwant is the first European search engine, both efficient and ethical, that protects the freedoms of its users and ensures the preservation of the digital ecosystem. Our keywords: privacy and neutrality.

Respecting your privacy
Qwant delivers the best possible results to your searches without ever trying to find out who you are or what you do. We strongly believe that what you are looking for is your privacy. Qwant therefore does not store or use any personal data for advertising or other purposes.

You too, make your #switch2Qwant with this addon, and keep Qwant at hand, on your homepage and as your default search engine.                    

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

नाम Qwant VIPrivacy Qwant VIPrivacy
ID hnlkiofnhhoahaiimdicppgemmmomijo
आधिकारिक URL https://chromewebstore.google.com/detail/qwant-viprivacy/hnlkiofnhhoahaiimdicppgemmmomijo
विवरण Qwant VIPrivacy sets qwant.com as your default search engine, blocks trackers for you to protect your personal data while you browse
फ़ाइल का आकार 7.14 MB
स्थापना संख्या 369,534
वर्तमान संस्करण 7.3.0.1
अंतिम अपडेट 2022-12-28
प्रकाशन तिथि 2018-12-17
रेटिंग 4.42/5 कुल 288 रेटिंग्स
डेवलपर 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.3.0.1",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "author": "Qwant",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "assets\/icons\/green-16.png",
        "128": "assets\/icons\/green-128.png"
    },
    "omnibox": {
        "keyword": "q"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/green-19.png",
            "38": "assets\/icons\/green-38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "pages\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.qwant.com\/*"
            ],
            "css": [
                "assets\/css\/no-popin.css"
            ]
        }
    ],
    "minimum_chrome_version": "79.0",
    "web_accessible_resources": [
        "\/web-accessible-resources\/*"
    ],
    "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
        }
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "storage"
    ],
    "optional_permissions": [
        "",
        "webNavigation"
    ],
    "content_security_policy": "script-src 'self' 'sha256-CA6h8X2PlfpQX4tMUn1T0JjKVVC7t6WCcAxnAPhndGk='; object-src 'self'"
}