Ghostery Private Search for Chrome

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

What is Ghostery Private Search for Chrome?

Ghostery Private Search for Chrome is a Chrome extension developed by https://ghosterysearch.com, and its main feature is "Ghostery Private Search is your choice for search results that are ➤ Objective: Ghostery delivers unbiased results that are not…".

Extension Screenshots

screenshot
screenshot

Download Ghostery Private Search for Chrome Extension CRX File

Download Ghostery Private Search for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Ghostery Private Search for Chrome Ghostery Private Search for Chrome
ID nomidcdbhopffbhbpfnnlgnfimhgdman
Official URL https://chromewebstore.google.com/detail/ghostery-private-search-f/nomidcdbhopffbhbpfnnlgnfimhgdman
Description Ghostery Private Search is your choice for search results that are ➤ Objective: Ghostery delivers unbiased results that are not…
File Size 86.13 KB
Installation Count 5,028
Current Version 1.1.1
Last Updated 2023-11-17
Publish Date 2021-07-27
Rating 5.00/5 Total 6 Ratings
Developer https://ghosterysearch.com
Email [email protected]
Payment Type free
Extension Website https://ghosterysearch.com
Help Page URL https://www.ghostery.com/support/
Privacy Policy Page URL https://www.ghostery.com/privacy/ghostery-plans-and-products-privacy-policy
Supported Languages 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"
        }
    }
}