KenVPN
Explore internet as freely and secure!
What is KenVPN?
KenVPN is a Chrome extension developed by KenVPN, and its main feature is "Explore internet as freely and secure!".
Extension Screenshots
Download KenVPN Extension CRX File
Download KenVPN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | efnoknajlffglkkgholglbhgpdgffnmo |
Official URL | https://chrome.google.com/webstore/detail/kenvpn/efnoknajlffglkkgholglbhgpdgffnmo |
Description | Explore internet as freely and secure! |
File Size | 327 KB |
Installation Count | 86 |
Current Version | 1.0 |
Last Updated | 2021-09-29 |
Publish Date | 2021-09-29 |
Rating | 3.50/5 Total 2 Ratings |
Developer | KenVPN |
[email protected] | |
Payment Type | in_app |
Extension Website | https://kenvpn.com/ |
Help Page URL | https://kenvpn.com/ |
Supported Languages | 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" ] } |