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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Qwant VIPrivacy sets qwant.com as your default search engine, blocks trackers for you to protect your personal data while you browse"입니다.
확장 프로그램 스크린샷
Qwant VIPrivacy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [ " |