Ghostery Private Search for Chrome

Ghostery Private Search is your choice for search results that are ➤ Objective: Ghostery delivers unbiased results that are not…

Ghostery Private Search for Chrome란 무엇입니까?

Ghostery Private Search for Chrome은(는) https://ghosterysearch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ghostery Private Search is your choice for search results that are ➤ Objective: Ghostery delivers unbiased results that are not…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ghostery Private Search for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ghostery Private Search is your choice for search results that are
➤ Objective: Ghostery delivers unbiased results that are not influenced by your clicks or preferences.
➤ Private: We do not record your search history or personal data.
➤ Transparent: Ghostery provides privacy you can see with the help of WhoTracks.Me. This unique feature shows the trackers beside each search result and provides you with real-time insights on them.
➤ Ad-free: Our Private Sponsored Links are tracker-free affiliate links that support us and respect your privacy.
Ghostery is a search engine independent of Big Tech. We do not record your search history or personal data.

Most popular search engines collect massive amounts of user data. Their results are also flooded with ads, making it difficult to find what you want.

Ghostery does not log searches or filter results based on your profile, unlike other search engines that track you and sell your personal data.

Our extension sets Ghostery Private Search as your default search engine. Try Ghostery today and search the web privately without being tracked!                    

확장 프로그램 기본 정보

이름 Ghostery Private Search for Chrome Ghostery Private Search for Chrome
ID nomidcdbhopffbhbpfnnlgnfimhgdman
공식 URL https://chromewebstore.google.com/detail/ghostery-private-search-f/nomidcdbhopffbhbpfnnlgnfimhgdman
설명 Ghostery Private Search is your choice for search results that are ➤ Objective: Ghostery delivers unbiased results that are not…
파일 크기 86.13 KB
설치 횟수 5,028
현재 버전 1.1.1
최근 업데이트 2023-11-17
출시 날짜 2021-07-27
평점 5.00/5 총 6 개의 평점
개발자 https://ghosterysearch.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ghosterysearch.com
도움말 페이지 URL https://www.ghostery.com/support/
개인정보 보호 정책 페이지 URL https://www.ghostery.com/privacy/ghostery-plans-and-products-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "background": {
        "scripts": [
            "libs\/browser-polyfill.js",
            "config.js",
            "token-pool.js",
            "sjcl.js",
            "browser-action.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Ghostery Private Search"
    },
    "manifest_version": 2,
    "name": "Ghostery Private Search for Chrome",
    "permissions": [
        "search",
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.ghostery.com\/*",
        "https:\/\/consumerapi.ghostery.com\/*",
        "https:\/\/ghosterysearch.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "icon16.png",
        "icon48.png",
        "icon128.png"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Ghostery Private Search",
            "search_url": "https:\/\/ghosterysearch.com\/search?q={searchTerms}",
            "favicon_url": "https:\/\/ghosterysearch.com\/favicon.ico",
            "keyword": "@ghostery",
            "is_default": true,
            "suggest_url": "https:\/\/ghosterysearch.com\/suggest",
            "suggest_url_get_params": "q={searchTerms}",
            "encoding": "UTF-8"
        }
    }
}