Qwant - The search engine

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

Qu'est-ce que Qwant - The search engine ?

Qwant - The search engine est une extension Chrome développée par https://qwant.com, et sa fonction principale est "The search engine that doesn't know anything about you, and that changes everything.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Qwant - The search engine

Téléchargez les fichiers d'extension Qwant - The search engine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Qwant - The search engine Qwant - The search engine
ID kplfenefaakjhjkklghidleljeocgdap
URL Officiel https://chromewebstore.google.com/detail/qwant-the-search-engine/kplfenefaakjhjkklghidleljeocgdap
Description The search engine that doesn't know anything about you, and that changes everything.
Taille du Fichier 11.42 KB
Nombre d'Installations 2,000
Version Actuelle 7.0.1
Dernière Mise à Jour 2022-09-17
Date de Publication 2022-08-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://qwant.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.qwant.com
URL de la Page d'Aide https://help.qwant.com
URL de la Page de Politique de Confidentialité https://about.qwant.com/legal/privacy
Langues Prises en Charge 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
        }
    }
}