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文件
下载TOR Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |