Qwant - The search engine
The search engine that doesn't know anything about you, and that changes everything.
What is Qwant - The search engine?
Qwant - The search engine is a Chrome extension developed by https://qwant.com, and its main feature is "The search engine that doesn't know anything about you, and that changes everything.".
Extension Screenshots
Download Qwant - The search engine Extension CRX File
Download Qwant - The search engine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Qwant - The search engine |
ID | kplfenefaakjhjkklghidleljeocgdap |
Official URL | 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. |
File Size | 11.42 KB |
Installation Count | 2,000 |
Current Version | 7.0.1 |
Last Updated | 2022-09-17 |
Publish Date | 2022-08-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://qwant.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.qwant.com |
Help Page URL | https://help.qwant.com |
Privacy Policy Page URL | https://about.qwant.com/legal/privacy |
Supported Languages | 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 } } } |