KenVPN
Explore internet as freely and secure!
Qu'est-ce que KenVPN ?
KenVPN est une extension Chrome développée par KenVPN, et sa fonction principale est "Explore internet as freely and secure!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KenVPN
Téléchargez les fichiers d'extension KenVPN au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | efnoknajlffglkkgholglbhgpdgffnmo |
URL Officiel | https://chrome.google.com/webstore/detail/kenvpn/efnoknajlffglkkgholglbhgpdgffnmo |
Description | Explore internet as freely and secure! |
Taille du Fichier | 327 KB |
Nombre d'Installations | 86 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-09-29 |
Date de Publication | 2021-09-29 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | KenVPN |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://kenvpn.com/ |
URL de la Page d'Aide | https://kenvpn.com/ |
Langues Prises en Charge | 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" ] } |