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
Eメール [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"
        }
    }
}