KenVPN

Explore internet as freely and secure!

KenVPNคืออะไร?

KenVPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KenVPN และคุณลักษณะหลักของมันคือ "Explore internet as freely and secure!"

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

screenshot
screenshot
screenshot

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

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

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

                        Ken VPN is a free and unlimited VPN proxy, offering you a fast VPN connection and stable VPN servers. You can access your favorites sites, improve your gaming experience and stay anonymous online. Download Ken VPN now to enjoy fast, private and safe internet.                    

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

ชื่อ KenVPN KenVPN
ID efnoknajlffglkkgholglbhgpdgffnmo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kenvpn/efnoknajlffglkkgholglbhgpdgffnmo
คำอธิบาย Explore internet as freely and secure!
ขนาดไฟล์ 327 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-09-29
วันที่เผยแพร่ 2021-09-29
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา KenVPN
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://kenvpn.com/
URL หน้าช่วยเหลือ https://kenvpn.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KenVPN",
    "description": "Explore internet as freely and secure!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "proxy",
        "storage"
    ]
}