Qwant - The search engine

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

Cos'è Qwant - The search engine?

Qwant - The search engine è un'estensione di Chrome sviluppata da https://qwant.com, e la sua funzione principale è "The search engine that doesn't know anything about you, and that changes everything.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Qwant - The search engine

Scarica i file di estensione Qwant - The search engine in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Qwant - The search engine Qwant - The search engine
ID kplfenefaakjhjkklghidleljeocgdap
URL Ufficiale https://chromewebstore.google.com/detail/qwant-the-search-engine/kplfenefaakjhjkklghidleljeocgdap
Descrizione The search engine that doesn't know anything about you, and that changes everything.
Dimensione del File 11.42 KB
Conteggio Installazioni 2,000
Versione Corrente 7.0.1
Ultimo Aggiornamento 2022-09-17
Data di Pubblicazione 2022-08-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://qwant.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.qwant.com
URL della Pagina di Aiuto https://help.qwant.com
URL della Pagina della Politica sulla Privacy https://about.qwant.com/legal/privacy
Lingue Supportate 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
        }
    }
}