NitroBrowse: Private Search Engine & Homepage

Secure and Private Search Engine and Start Page.

O que é NitroBrowse: Private Search Engine & Homepage?

NitroBrowse: Private Search Engine & Homepage é uma extensão do Chrome desenvolvida por https://www.nitrobrowse.com, e sua principal característica é "Secure and Private Search Engine and Start Page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NitroBrowse: Private Search Engine & Homepage

Baixe arquivos de extensão NitroBrowse: Private Search Engine & Homepage 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

                        Secured by 256-bit encryption, Nitro Browse is a mobile browser and search engine built for speed and privacy, while providing familiar user experience. Making the switch is easy! Search privately and securely. 

Use our extension to set your homepage and search engine to Nitro Browse and customizes your new tab page to protect your search privacy. In doing so, this chrome extension will also make all of your web searches private by default, and without any additional steps. Never accidentally reveal your information by forgetting to protect your privacy .

*** Nitro Browse is an anonymous search engine, homepage and mobile browser that respects your privacy.
Your browsing history is non-existent: It is never recorded or stored.                    

Informações Básicas da Extensão

Nome NitroBrowse: Private Search Engine & Homepage NitroBrowse: Private Search Engine & Homepage
ID mbmofhpcaokfgicjhgdmfgfgpbdgnenc
URL Oficial https://chrome.google.com/webstore/detail/nitrobrowse-private-searc/mbmofhpcaokfgicjhgdmfgfgpbdgnenc
Descrição Secure and Private Search Engine and Start Page.
Tamanho do Arquivo 554 KB
Contagem de Instalações 147
Versão Atual 1.0.1
Última Atualização 2020-07-04
Data de Publicação 2020-07-04
Desenvolvedor https://www.nitrobrowse.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.nitrobrowse.com/
URL da Página de Ajuda https://www.nitrobrowse.com/contact/
URL da Página de Política de Privacidade https://www.nitrobrowse.com/terms-and-conditions
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NitroBrowse: Private Search Engine & Homepage",
    "description": "Secure and Private Search Engine and Start Page.",
    "version": "1.0.1",
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.nitrobrowse.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "start.html"
    },
    "homepage_url": "https:\/\/www.nitrobrowse.com\/?isC=1",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Nitro Browse",
            "search_url": "https:\/\/www.nitrobrowse.com\/search\/?q={searchTerms}",
            "keyword": "nitro",
            "is_default": true,
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.nitrobrowse.com\/favi\/favicon.ico"
        }
    }
}