Proxy Client for Onion
Tunnels your network requests through a Tor's SOCKS5 proxy server and hides your IP address
Proxy Client for Onion là gì?
Proxy Client for Onion là một tiện ích mở rộng Chrome được phát triển bởi tlintspr, và tính năng chính của nó là "Tunnels your network requests through a Tor's SOCKS5 proxy server and hides your IP address".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Proxy Client for Onion
Tải xuống các tệp mở rộng Proxy Client for Onion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Whenever you need to hide your real IP address, press the action button to start the official Tor executable in the background and configure your browser to tunnel network requests through this Tor client. The extension configures your browser's proxy settings to tunnel the entire network requests through a local SOCKS5 proxy server. This server is available when the "Tor" executable is running. This extension also blocks WebRTC IP detection to prevent your real IP address to leak. Features: 1. Improves the user's privacy by hiding the real IP address 2. Dynamically changing the proxy configuration of your browser only when active. Changes revert back when the extension is not working. 3. Configures WebRTC to not reveal private IP addresses when the extension is active. This is an optional feature. 4. It is possible to request a new identity (new IP) right from the extension whenever needed. 5. There is no conflict with other running instances of Tor (like Tor Browser). This extension uses its unique communication port. Notes: For this extension to run the Tor executable, you will need to install a NodeJS native client. This is a bridge connector to allow the extension to execute Tor. You will get a notification on the first use to install this native client. Please read FAQ #1 on the homepage of the extension to prepare the extension to use the Tor executable. For now, the Tor bundle is prepared for Mac OS and Windows. On Linux, install the tor as usual and set the path on the options page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Proxy Client for Onion |
ID | kjoabfljeghcinlpjhdbdfbcflapkccm |
URL Chính Thức | https://chromewebstore.google.com/detail/proxy-client-for-onion/kjoabfljeghcinlpjhdbdfbcflapkccm |
Mô tả | Tunnels your network requests through a Tor's SOCKS5 proxy server and hides your IP address |
Kích Thước Tệp | 176 KB |
Số Lần Cài Đặt | 6,901 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2021-07-15 |
Ngày Phát Hành | 2020-03-08 |
Đánh Giá | 3.41/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | tlintspr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://add0n.com/tor-control.html |
URL Trang Trợ Giúp | https://add0n.com/tor-control.html |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,nl,hu,el,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Proxy Client for Onion", "description": "__MSG_description__", "default_locale": "en", "version": "0.2.1", "manifest_version": 3, "permissions": [ "storage", "proxy", "privacy", "notifications", "nativeMessaging" ], "background": { "service_worker": "worker.js" }, "action": { "default_popup": "data\/popup\/index.html" }, "homepage_url": "https:\/\/add0n.com\/tor-control.html", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "options_ui": { "page": "data\/options\/index.html" } } |