VPN Proxy

VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.

VPN Proxyคืออะไร?

VPN Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trellonet และคุณลักษณะหลักของมันคือ "VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service."

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

screenshot

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

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

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

                        The best vpn for chrome, which can hide your network ip and protect your network security.                    

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

ชื่อ VPN Proxy VPN Proxy
ID ghlpcaaifadoekifkmbclpkhdiolfeol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vpn-proxy/ghlpcaaifadoekifkmbclpkhdiolfeol
คำอธิบาย VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
ขนาดไฟล์ 1.12 MB
จำนวนการติดตั้ง 4,883
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2020-08-24
วันที่เผยแพร่ 2020-06-29
คะแนน 3.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Trellonet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.trellonet.com
URL หน้าช่วยเหลือ https://www.trellonet.com
URL หน้านโยบายความเป็นส่วนตัว https://www.trellonet.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VPN Proxy",
    "version": "1.1.1",
    "description": "VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.",
    "permissions": [
        "http:\/\/*\/*",
        "storage",
        "proxy"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js",
            "static\/js\/jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "static\/img\/[email protected]",
        "default_title": "VPN Proxy",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/img\/[email protected]",
        "32": "static\/img\/[email protected]",
        "48": "static\/img\/[email protected]",
        "128": "static\/img\/[email protected]"
    },
    "manifest_version": 2
}