Onion VPN with Speed Control

Simultaneously connect to multiple Tor proxy servers using load balancing to increase anonymity and speed

Onion VPN with Speed Controlคืออะไร?

Onion VPN with Speed Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lunu.bounir และคุณลักษณะหลักของมันคือ "Simultaneously connect to multiple Tor proxy servers using load balancing to increase anonymity and speed"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Onion VPN with Speed Control

ดาวน์โหลดไฟล์ส่วนขยาย Onion VPN with Speed Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension offers an easy way to connect your browser to the Tor network with a single click. When the extension is enabled, all your traffic is going through the Tor network. Since Tor is known for is speed issues, this extension allows the user to connect to this network through multiple channels simultaneously and hence your connection speed is improved. Basically, you can open up to 5 simultaneous separated Tor connections and the extension will use an internal load balancer to distribute your traffic over all the open channels.

How to use
Click the toolbar button once (when it is grayed) to start opening connections. Wait until the toolbar color is pink. When the color is pink it means that the Tor connection is established. To disconnect from the Tor network, press the toolbar button once to make it gray. If for any reason all the Tor executables are being destroyed (like by running killall command), the extension's color will change to red and you will get disconnected from the internet to protect your privacy. You can click the toolbar again to try a new connection.

Notes:
1. The number of the badge area displays the total number of Tor networks that are already established and are ready to serve.
2. You will have more than one exit IP addresses when the load balancing is enabled (when badge icon shows a number more than one).
3. To act like a normal Tor client (like Tor browser for instance), use only one connection.
4. For this extension to connect to the Tor network, you will need to install a native client. The extension displays the instruction upon first use.
5. This extension uses the official Tor executable which gets extracted from the Tor browser. See the packaging script for more info: https://travis-ci.org/lunu-bounir/onion-helper
5. The native client is only available for Windows and Mac OS. Linux will be supported soon. This means that you cannot use this extension on Chrome OS at the moment.
6. To control the total number of Tor channels, use the right-click context menu over the toolbar area.

Privacy Policy:
This extension runs multiple instances of Tor and configure the browser to pass network traffic to this network. The extension itself does not send or receive any data from any server whatsoever.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Onion VPN with Speed Control Onion VPN with Speed Control
ID diekiockdlleigoinkcjjkpnpapbkfbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/onion-vpn-with-speed-cont/diekiockdlleigoinkcjjkpnpapbkfbo
คำอธิบาย Simultaneously connect to multiple Tor proxy servers using load balancing to increase anonymity and speed
ขนาดไฟล์ 162 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2023-01-19
วันที่เผยแพร่ 2019-03-08
คะแนน 2.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา lunu.bounir
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://add0n.com/onion-network.html
URL หน้าช่วยเหลือ https://add0n.com/onion-network.html
URL หน้านโยบายความเป็นส่วนตัว https://add0n.com/policies/lunu.bounir.txt
ภาษาที่รองรับ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.3",
    "name": "Onion VPN with Speed Control",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "proxy",
        "nativeMessaging",
        "contextMenus",
        "storage",
        "notifications",
        "downloads"
    ],
    "homepage_url": "https:\/\/add0n.com\/onion-network.html",
    "background": {
        "scripts": [
            "tor.js",
            "background.js",
            "context.js"
        ]
    },
    "icons": {
        "16": "data\/icons\/disconnected\/16.png",
        "19": "data\/icons\/disconnected\/19.png",
        "32": "data\/icons\/disconnected\/32.png",
        "38": "data\/icons\/disconnected\/38.png",
        "48": "data\/icons\/disconnected\/48.png",
        "64": "data\/icons\/disconnected\/64.png",
        "128": "data\/icons\/disconnected\/128.png"
    },
    "browser_action": [],
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    }
}