CrypSearch

CrypSearch enhancements for web browsers

O que é CrypSearch?

CrypSearch é uma extensão do Chrome desenvolvida por https://crypsearch.com, e sua principal característica é "CrypSearch enhancements for web browsers".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CrypSearch

Baixe arquivos de extensão CrypSearch 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

                        By installing the "CrypSearch" custom search engine extension you can easily access our search field from every new tab page you open.

CrypSearch itself does not track or store your search queries.

The CrypSearch extension changes your Chrome Default Search Engine and your New Tab URL to crypsearch.com.

Required permissions for this extension are:

'search_provider' - This permission is needed to change your Default Search Engine. All searches will be redirected to crypsearch.com.
'json' - This permission is needed to check if you are already using our extension. If so, we do not offer it to you again.

Uninstall : To uninstall this extension, simply remove it from Chrome within your Extension Settings.

About Us: https://crypsearch.com/about-us.html
Our Privacy Policy: https://crypsearch.com/privacy-policy.html
Our Terms of Use: https://crypsearch.com/terms-of-use.html

You can contact us any time via email: [email protected] or simply fill out our support form under: https://crypsearch.com/support.php                    

Informações Básicas da Extensão

Nome CrypSearch CrypSearch
ID jflbdgpbnmffamamiimbdgpfggddhcpc
URL Oficial https://chromewebstore.google.com/detail/crypsearch/jflbdgpbnmffamamiimbdgpfggddhcpc
Descrição CrypSearch enhancements for web browsers
Tamanho do Arquivo 6.17 KB
Contagem de Instalações 5,646
Versão Atual 1.0.0.9
Última Atualização 2023-09-30
Data de Publicação 2020-03-01
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor https://crypsearch.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.crypsearch.com
URL da Página de Ajuda https://crypsearch.com/support.php
URL da Página de Política de Privacidade https://crypsearch.com/privacy-policy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CrypSearch",
    "version": "1.0.0.9",
    "description": "CrypSearch enhancements for web browsers  ",
    "chrome_settings_overrides": {
        "search_provider": {
            "is_default": true,
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/crypsearch.com\/favicon.ico",
            "keyword": "crypsearch.com",
            "search_url": "https:\/\/crypsearch.com\/search.php?q={searchTerms}",
            "name": "CrypSearch"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icon-128.png"
        }
    }
}