VuzeVPN Proxy

Best VPN Service - access to any content you want. Anywhere, anytime.

VuzeVPN Proxyคืออะไร?

VuzeVPN Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vuzevpn.com และคุณลักษณะหลักของมันคือ "Best VPN Service - access to any content you want. Anywhere, anytime."

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

screenshot
screenshot

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

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

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

                        Best VPN for Chrome in 2022: VuzeVPN!

Looking for the best VPN to surf, play online or download any content you like, 
without constraints? Well, search no more! VuzeVPN gives you secure and 
unrestricted access to any web content.

VuzeVPN for Chrome brings the exact awesome features of VuzeVPN, so rest 
assured: it’s the best extension for Chrome! Just install. It’s like having a VPN in 
your browser.

VuzeVPN is a hassle-free VPN service for your Chrome browser that lets you protect 
your connection. VuzeVPN provides Unlimited VPN access, allowing you to unblock 
websites, bypass Wi-Fi restrictions, secure Wi-Fi hotspots, and protect network 
access confidentiality without saving site visit histories.

It can be used anywhere, and the possibilities are endless. You will not encounter 
any restrictions! Hide your location to unblock websites and anonymously access 
your favorite news, TV shows, and social networks from anywhere. Unblock your 
favorite websites and apps, such as YouTube, Instagram, Snapchat, Twitter, 
Facebook, or WhatsApp! Anywhere, at any moment!

Here’s why VuzeVPN for Chrome is the best:
- 24/7 Unlimited and unrestricted VPN service
- Best VPN to protect you from tracking
- Best-in-class security and encryption
- No connections or online activities logs!
- DNS Leak Protection
- Instant "Kill Switch"

Just a reminder: VuzeVPN for Chrome only protects your privacy within Chrome. 
Because no browser extension can encrypt internet traffic from other apps on your 
computer, whatever you do online outside of your Chrome browser can still be 
tracked back to you. For unlimited online protection, we also recommend that you 
install our VPN solutions, available for Windows and MacOS: VuzeVPN 
(https://www.vuzevpn.com/).

Have questions? Simply Contact our Support team at 
https://www.vuzevpn.com/contact.html

Just choose VuzeVPN -  the world's fastest secure virtual private network and have 
fun!                    

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

ชื่อ VuzeVPN Proxy VuzeVPN Proxy
ID gpckcihdginelhahbmbdoaoodmmgagkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vuzevpn-proxy/gpckcihdginelhahbmbdoaoodmmgagkl
คำอธิบาย Best VPN Service - access to any content you want. Anywhere, anytime.
ขนาดไฟล์ 290 KB
จำนวนการติดตั้ง 5,546
เวอร์ชันปัจจุบัน 1.0.4.1
อัปเดตครั้งล่าสุด 2022-08-08
วันที่เผยแพร่ 2021-11-08
คะแนน 3.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://vuzevpn.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.vuzevpn.com
URL หน้าช่วยเหลือ https://www.vuzevpn.com/contact.html
URL หน้านโยบายความเป็นส่วนตัว https://www.vuze.com/corp/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VuzeVPN Proxy",
    "description": "Best VPN Service - access to any content you want. Anywhere, anytime.",
    "version": "1.0.4.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAka3b7ncMTb9HVvTHn5SDB7I8FbR8JCoSRIxrCpz4UlceYTsBc3L8GRC7qY\/y1YXmTMeF0volRzYFEnuXomsdbvD2Oo+XzE+NoV0EaBJWlgrSkDJ+IWHovaQQnrjw8RHdOV2Eq\/9vAGNPemgfKYWA8EOWeICJSCHTsC8nVavmTttyDaipxyOdKrixzaT1VXookjSFZ+RoiauPi6r6vU2\/K3Hd12PSXb0PRZUEMnZ4GQoecrqYxL7RgJrqKsfXIWmSmSTexSvwOQmqtRq\/eNpSagowgG28oU7RpR4wA8T7HrWnsMqj01UEUP4i0Tt3UVNP\/ZbAaG0wuWIjlNgkOeBYOQIDAQAB",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/common.js",
            "scripts\/axios.min.js",
            "scripts\/background.js",
            "scripts\/vpnproxy.js",
            "scripts\/login.js",
            "scripts\/logout.js",
            "scripts\/apirequest.js",
            "scripts\/connect.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/widgets.js",
                "scripts\/widgetshtmls.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "exclude_matches": [
                "*:\/\/www.vuzevpn.com\/*",
                "*:\/\/vuzevpn.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; font-src 'self' ",
    "permissions": [
        "alarms",
        "cookies",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "tabs",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/vuzeicon16x16.png",
            "32": "\/images\/vuzeicon32x32.png",
            "48": "\/images\/vuzeicon48x48.png",
            "128": "\/images\/vuzeicon128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/vuzeicon16x16.png",
        "32": "\/images\/vuzeicon32x32.png",
        "48": "\/images\/vuzeicon48x48.png",
        "128": "\/images\/vuzeicon128x128.png"
    }
}