Turbojet VPN

Millions of users access the Internet securely with TurboJet VPN. Access the world with no borders. Protect your privacy

Turbojet VPNคืออะไร?

Turbojet VPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://turbojetvpn.com และคุณลักษณะหลักของมันคือ "Millions of users access the Internet securely with TurboJet VPN. Access the world with no borders. Protect your privacy"

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

screenshot
screenshot
screenshot

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

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

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

                        Turbo Jet VPN is 100% secure and unlimited VPN Proxy! You will get access to most secure VPN technology. Use Yurbo Jet VPN to unblock sites, share your connection with WiFi hotspot and it is secure and protect your privacy. No matter if you are looking for security on public WiFi Hotspot , you can get it all with TurboJet VPN.

Protect your network traffic under WiFi hotspot Browse anonymously and securely without being tracked. Enjoy private browsing.
Works with WiFi, LTE, 3G, and all mobile data carriers.
Encrypts data using OpenVPN protocols..

Fast connection - Connect successfully with high speed.
Easy to use - Only One tap to connect with VPN proxy server. 
Very Stable app - Have lots of cloud servers to provide better VPN service. 


User Terms:
By downloading and/or using this product, you acknowledge and agree to the end user license agreement and Privacy Statement at https://policy.turbo.dns-cloud.net/policy.html                    

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

ชื่อ Turbojet VPN Turbojet VPN
ID bjhmoeaodbfmihlkhphhbhcodljogihn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/turbojet-vpn/bjhmoeaodbfmihlkhphhbhcodljogihn
คำอธิบาย Millions of users access the Internet securely with TurboJet VPN. Access the world with no borders. Protect your privacy
ขนาดไฟล์ 1.42 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2019-12-26
วันที่เผยแพร่ 2019-12-24
คะแนน 2.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://turbojetvpn.com
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ de,en,fr,nl,tr,da,es,it,pl,pt-BR,ru,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Turbojet VPN",
    "description": "Millions of users access the Internet securely with TurboJet VPN. Access the world with no borders. Protect your privacy",
    "version": "0.0.2",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/loader_16.png",
            "32": "images\/icons\/loader_32.png",
            "48": "images\/icons\/loader_48.png",
            "64": "images\/icons\/loader_64.png",
            "128": "images\/icons\/loader_128.png"
        },
        "default_popup": "html\/foreground.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "privacy",
        "contentSettings",
        "alarms",
        "background",
        "downloads",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.turbojetvpn.com\/sign-in"
            ],
            "run_at": "document_start",
            "js": [
                "js\/contentscripts\/clientsignin.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "64": "images\/icons\/icon64.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    }
}