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文件

下载Ghostery Private Search for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        }
    }
}