Lethean Proxy VPN

Secure, anonymous, high speed VPN and proxy. Powered by the blockchain.

Lethean Proxy VPNคืออะไร?

Lethean Proxy VPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://lethean.io และคุณลักษณะหลักของมันคือ "Secure, anonymous, high speed VPN and proxy. Powered by the blockchain."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lethean Proxy VPN

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

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

                        Lethean Proxy and VPN services allow users to anonymously unlock the Internet. Through the synthesis of blockchain and VPN technology, users gain access to an unparalleled level of security and anonymity at high speeds. Lethean is more than a VPN technology, it is a marketplace where any user can earn income by becoming an exit node for traffic. 

Bypass Censorship and Geo-Restricted Content!
Unlock the full breadth of the Internet by connecting to a node outside your own country. Eliminate censorship and geo-restricted content, and restore your ability to access information. Proxy/VPN nodes are available all over the world.

Anonymous Transactions, No Credit Card Trail! 
Lethean services are paid for with a nearly untraceable cryptocurrency.

Flexibility!
Pay for only what you use. There are NO contracts or monthly terms! Buy a few minutes or hours, whichever best suits your needs. Lethean’s VPN marketplace allows users to choose the location, speed, price, and time spent using the service.

Earn Income!
Lethean allows anyone to act as an exit node for traffic. Becoming an exit node allows anyone to sell their Internet bandwidth to other users on the service.
 
There is no safer or more private way to use the Internet than with Lethean. This extension requires the Lethean cryptocurrency wallet and Lethean currency to operate.

https://lethean.io/downloads/

Free support via our Discord channel (https://discord.gg/VJ4FHDM) or help desk (https://lethean.zendesk.com/hc/en-us)                    

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

ชื่อ Lethean Proxy VPN Lethean Proxy VPN
ID aigmfoeogfnljhnofglledbhhfegannp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lethean-proxy-vpn/aigmfoeogfnljhnofglledbhhfegannp
คำอธิบาย Secure, anonymous, high speed VPN and proxy. Powered by the blockchain.
ขนาดไฟล์ 85.16 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2018-11-07
วันที่เผยแพร่ 2018-11-07
คะแนน 3.71/5 รวมทั้งหมด 49 คะแนน
ผู้พัฒนา http://lethean.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lethean.io/get-started/
URL หน้าช่วยเหลือ https://lethean.zendesk.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://lethean.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lethean Proxy VPN",
    "version": "3.0.1",
    "description": "Secure, anonymous, high speed VPN and proxy. Powered by the blockchain.",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "proxy_form_controller.js",
            "proxy_error_handler.js",
            "background.js"
        ]
    },
    "permissions": [
        "proxy",
        ""
    ],
    "manifest_version": 2
}