KenVPN

Explore internet as freely and secure!

什麼是KenVPN?

KenVPN是由KenVPN開發的Chrome擴展程式,該擴展的主要功能是“Explore internet as freely and secure!”。

擴展截圖

screenshot
screenshot
screenshot

下載KenVPN擴展crx文件

下載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
官方網址 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"
    ]
}