KenVPN
Explore internet as freely and secure!
Cos'è KenVPN?
KenVPN è un'estensione di Chrome sviluppata da KenVPN, e la sua funzione principale è "Explore internet as freely and secure!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KenVPN
Scarica i file di estensione KenVPN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | efnoknajlffglkkgholglbhgpdgffnmo |
URL Ufficiale | https://chrome.google.com/webstore/detail/kenvpn/efnoknajlffglkkgholglbhgpdgffnmo |
Descrizione | Explore internet as freely and secure! |
Dimensione del File | 327 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-09-29 |
Data di Pubblicazione | 2021-09-29 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | KenVPN |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://kenvpn.com/ |
URL della Pagina di Aiuto | https://kenvpn.com/ |
Lingue Supportate | 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" ] } |