Torry

Torry - Search Anonymously with Tor

什么是Torry?

Torry是由https://torry.io开发的Chrome扩展程序,该扩展的主要功能是“Torry - Search Anonymously with Tor”。

扩展截图

screenshot

下载Torry扩展crx文件

下载Torry扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]                    

扩展基本信息

名称 Torry Torry
ID amgdmokmcgdoodpfegebpahngimkafin
官方URL https://chromewebstore.google.com/detail/torry/amgdmokmcgdoodpfegebpahngimkafin
简介 Torry - Search Anonymously with Tor
文件大小 227 KB
安装次数 660
当前版本 1.0002
更新时间 2021-06-30
上架时间 2020-06-08
评分 4.20/5 共5次评分
开发者 https://torry.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://torry.io
隐私政策页面URL https://www.torry.io/privacy
支持的语言 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
    }
}