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 |
Eメール | [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 } |