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
官方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"
    ]
}