Torry

Torry - Search Anonymously with Tor

O que é Torry?

Torry é uma extensão do Chrome desenvolvida por https://torry.io, e sua principal característica é "Torry - Search Anonymously with Tor".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Torry

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

                        Torry is a search engine that anonymizes your searches and hides you from the websites you visit.


Tor Anonymous View

Clicking search results means leaving the protection of Torry. We developed the "Tor Anonymous View" so you can visit search results in full privacy inside the Tor Network. Nobody will ever know you were there. You’ll find the feature next to every search result.


Access Onion Websites & Services

Torry grants Internet users access to Tor Onion Websites and Services without having to use the Tor Browser.


Surf Privately

Torry never saves your searches, so you can surf the normal web or deep web with peace of mind. With Torry, you gain access to hidden search results while your personal information remains private


Your Privacy Matters

We’re interested in anonymizing search, not your data. Torry is committed to protecting your privacy. What you search for is your own business. You gain access to great search results while your personal information, searches, and what you do on the website you visit stays private.


Get the extension and start searching today. Your privacy will be better for it. 


Questions?

Reach out to us anytime at [email protected]                    

Informações Básicas da Extensão

Nome Torry Torry
ID amgdmokmcgdoodpfegebpahngimkafin
URL Oficial https://chromewebstore.google.com/detail/torry/amgdmokmcgdoodpfegebpahngimkafin
Descrição Torry - Search Anonymously with Tor
Tamanho do Arquivo 227 KB
Contagem de Instalações 660
Versão Atual 1.0002
Última Atualização 2021-06-30
Data de Publicação 2020-06-08
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor https://torry.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://torry.io
URL da Página de Política de Privacidade https://www.torry.io/privacy
Idiomas Suportados en-US
manifest.json
{
    "version": "1.0002",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torry",
    "short_name": "Torry",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Torry",
            "keyword": "Torry",
            "search_url": "https:\/\/torry.io\/search\/?a=b&q={searchTerms}",
            "favicon_url": "https:\/\/torry.io\/img\/torry_head.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "description": "Torry - Search Anonymously with Tor",
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png",
        "16": "img\/16.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    }
}