GoGoPrivate — Private Search Engine
Take back your online privacy by using GoGoPrivate as your default search engine.
GoGoPrivate — Private Search Engine란 무엇입니까?
GoGoPrivate — Private Search Engine은(는) ChromeApps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take back your online privacy by using GoGoPrivate as your default search engine."입니다.
확장 프로그램 스크린샷
GoGoPrivate — Private Search Engine 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GoGoPrivate.com is the worlds most private search engine! GoGoPrivate features: - 100% Anonymous. 0% Tracking. - Does NOT save, share, or sell your personal or search engine data - Doesn't have 3rd party trackers and cookies like other search engines - Ensures unprofiled search results, guaranteeing the same information for everyone in the world - Protects worldwide users with European privacy legislation - Is GDPR and CCPA compliant Learn more about why GoGoPrivate is the world's most private search engine: - Homepage: https://gogoprivate.com - Privacy Policy: https://gogoprivate.com/privacy.html - About Us: https://gogoprivate.com/about.html
확장 프로그램 기본 정보
이름 | |
ID | igpdgobkckendcbjhkhalaahmhpdhila |
공식 URL | https://chrome.google.com/webstore/detail/gogoprivate-%E2%80%94-private-sea/igpdgobkckendcbjhkhalaahmhpdhila |
설명 | Take back your online privacy by using GoGoPrivate as your default search engine. |
파일 크기 | 10.01 KB |
설치 횟수 | 91 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2020-11-19 |
출시 날짜 | 2020-11-19 |
개발자 | ChromeApps |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gogoprivate.com |
도움말 페이지 URL | https://gogoprivate.com/contact.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoGoPrivate \u2014 Private Search Engine", "description": "Take back your online privacy by using GoGoPrivate as your default search engine.", "version": "1.1.1", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "minimum_chrome_version": "56", "permissions": [ "storage", "webRequest", "webRequestBlocking", "https:\/\/gogoprivate.com\/*" ], "chrome_settings_overrides": { "search_provider": { "name": "GoGoPrivate", "keyword": "gogoprivate.com", "search_url": "https:\/\/gogoprivate.com\/search?q={searchTerms}", "suggest_url": "https:\/\/gogoprivate.com\/nav\/browse.php?u=https:\/\/api.bing.com\/osjson.aspx?q={searchTerms}&mkt=__MSG_@@ui_locale__", "favicon_url": "https:\/\/gogoprivate.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } }, "browser_action": { "default_icon": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_title": "GoGoPrivate \u2014 Private Search Engine" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/gogoprivate.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ] } |