Torry
Torry - Search Anonymously with Tor
Torry란 무엇입니까?
Torry은(는) https://torry.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Torry - Search Anonymously with Tor"입니다.
확장 프로그램 스크린샷
Torry 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 } } |