KenVPN

Explore internet as freely and secure!

KenVPN là gì?

KenVPN là một tiện ích mở rộng Chrome được phát triển bởi KenVPN, và tính năng chính của nó là "Explore internet as freely and secure!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KenVPN

Tải xuống các tệp mở rộng KenVPN dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KenVPN KenVPN
ID efnoknajlffglkkgholglbhgpdgffnmo
URL Chính Thức https://chrome.google.com/webstore/detail/kenvpn/efnoknajlffglkkgholglbhgpdgffnmo
Mô tả Explore internet as freely and secure!
Kích Thước Tệp 327 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-09-29
Ngày Phát Hành 2021-09-29
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển KenVPN
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://kenvpn.com/
URL Trang Trợ Giúp https://kenvpn.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}