TOR Browser Extension
Tor for browsers, one click start.
TOR Browser Extension란 무엇입니까?
TOR Browser Extension은(는) mattrhorn-official에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tor for browsers, one click start."입니다.
확장 프로그램 스크린샷
TOR Browser Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly use the internet, while connected to the TOR secure network! With the TOR Browser Extension, anyone can use the TOR network on any browser compatible, without any need for additional installations or hassle. Connect to country exit nodes with TOR VPN such as Germany and the United States. Stop yourself from getting tracked, hacked and having your data stolen, while routing your Traffic Through TOR. Important note: this addon does NOT belong or relate to Tor® project and has NO affiliations with Tor® anonymity software or website at all. It is basically an unofficial extension that is developed and maintained independently by its author. We cannot guarantee your privacy or safety, if you need a perfect application please use the TOR Browser for android.
확장 프로그램 기본 정보
이름 | TOR Browser Extension |
ID | lefoggeccdgcmbcooppiamikhklnnddj |
공식 URL | https://chromewebstore.google.com/detail/tor-browser-extension/lefoggeccdgcmbcooppiamikhklnnddj |
설명 | Tor for browsers, one click start. |
파일 크기 | 6.57 MB |
설치 횟수 | 1,436 |
현재 버전 | 2.1 |
최근 업데이트 | 2023-09-19 |
출시 날짜 | 2023-09-18 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | mattrhorn-official |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.mattrhorn.com/tor-website |
도움말 페이지 URL | https://www.mattrhorn.com/tor-website |
개인정보 보호 정책 페이지 URL | https://mattrhorn.com/mattrhorn-website/privacypolicy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TOR Browser Extension", "version": "2.1", "description": "Tor for browsers, one click start.", "permissions": [ "storage", "proxy" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": ".\/icons\/16n.png", "128": ".\/icons\/128n.png" }, "background": { "service_worker": ".\/src\/scripts.js" }, "action": { "default_title": "TOR Extension", "default_icon": ".\/icons\/64n.png", "default_popup": ".\/src\/pay.html" }, "manifest_version": 3 } |