Ghostery Private Search for Chrome

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

O que é Ghostery Private Search for Chrome?

Ghostery Private Search for Chrome é uma extensão do Chrome desenvolvida por https://ghosterysearch.com, e sua principal característica é "Ghostery Private Search is your choice for search results that are ➤ Objective: Ghostery delivers unbiased results that are not…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Ghostery Private Search for Chrome

Baixe arquivos de extensão Ghostery Private Search for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Ghostery Private Search for Chrome Ghostery Private Search for Chrome
ID nomidcdbhopffbhbpfnnlgnfimhgdman
URL Oficial https://chromewebstore.google.com/detail/ghostery-private-search-f/nomidcdbhopffbhbpfnnlgnfimhgdman
Descrição Ghostery Private Search is your choice for search results that are ➤ Objective: Ghostery delivers unbiased results that are not…
Tamanho do Arquivo 86.13 KB
Contagem de Instalações 5,028
Versão Atual 1.1.1
Última Atualização 2023-11-17
Data de Publicação 2021-07-27
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://ghosterysearch.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ghosterysearch.com
URL da Página de Ajuda https://www.ghostery.com/support/
URL da Página de Política de Privacidade https://www.ghostery.com/privacy/ghostery-plans-and-products-privacy-policy
Idiomas Suportados 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"
        }
    }
}