Qwant - The search engine

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

Co to jest Qwant - The search engine?

Qwant - The search engine to rozszerzenie Chrome opracowane przez https://qwant.com, a jego główną funkcją jest „The search engine that doesn't know anything about you, and that changes everything.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Qwant - The search engine

Pobierz pliki rozszerzeń Qwant - The search engine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Qwant - The search engine Qwant - The search engine
ID kplfenefaakjhjkklghidleljeocgdap
Oficjalny URL https://chromewebstore.google.com/detail/qwant-the-search-engine/kplfenefaakjhjkklghidleljeocgdap
Opis The search engine that doesn't know anything about you, and that changes everything.
Rozmiar pliku 11.42 KB
Liczba instalacji 2,000
Aktualna Wersja 7.0.1
Ostatnia Aktualizacja 2022-09-17
Data Publikacji 2022-08-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://qwant.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.qwant.com
Adres URL Strony Pomocy https://help.qwant.com
Adres URL Strony Polityki Prywatności https://about.qwant.com/legal/privacy
Obsługiwane Języki 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
        }
    }
}