VPNizer

Free VPN

VPNizerคืออะไร?

VPNizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yaadsuiss และคุณลักษณะหลักของมันคือ "Free VPN"

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

screenshot
screenshot

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

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

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

                        The most simple and fast VPN, completely FREE!!
Allows you to connect to any website from an IP of your selected country. 

Just select your preferred country and click the "Connect" button, and VPNizer will connect your Chrome using an IP of that country in less than seconds.
When disconnected, your real IP will be exposed again.                    

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

ชื่อ VPNizer VPNizer
ID ifbfflkbpjbdebabbplpjdodjkoghlpk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/vpnizer/ifbfflkbpjbdebabbplpjdodjkoghlpk
คำอธิบาย Free VPN
ขนาดไฟล์ 706 KB
จำนวนการติดตั้ง 1,141
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2020-01-10
วันที่เผยแพร่ 2019-12-29
คะแนน 2.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา yaadsuiss
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VPNizer",
    "description": "Free VPN",
    "version": "1.4",
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "proxy",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background.min.js"
        ]
    },
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.getproxylist.com https:\/\/ipapi.co; object-src 'self'",
    "manifest_version": 2
}