VPN Proxy
VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Qu'est-ce que VPN Proxy ?
VPN Proxy est une extension Chrome développée par Trellonet, et sa fonction principale est "VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VPN Proxy
Téléchargez les fichiers d'extension VPN Proxy 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
The best vpn for chrome, which can hide your network ip and protect your network security.
Informations de Base sur l'Extension
Nom | VPN Proxy |
ID | ghlpcaaifadoekifkmbclpkhdiolfeol |
URL Officiel | https://chromewebstore.google.com/detail/vpn-proxy/ghlpcaaifadoekifkmbclpkhdiolfeol |
Description | VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service. |
Taille du Fichier | 1.12 MB |
Nombre d'Installations | 4,883 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2020-08-24 |
Date de Publication | 2020-06-29 |
Évaluation | 3.00/5 Total 7 Évaluations |
Développeur | Trellonet |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.trellonet.com |
URL de la Page d'Aide | https://www.trellonet.com |
URL de la Page de Politique de Confidentialité | https://www.trellonet.com/privacy.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VPN Proxy", "version": "1.1.1", "description": "VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.", "permissions": [ "http:\/\/*\/*", "storage", "proxy" ], "background": { "scripts": [ "static\/js\/background.js", "static\/js\/jquery.min.js" ], "persistent": true }, "browser_action": { "default_icon": "static\/img\/[email protected]", "default_title": "VPN Proxy", "default_popup": "popup.html" }, "icons": { "16": "static\/img\/[email protected]", "32": "static\/img\/[email protected]", "48": "static\/img\/[email protected]", "128": "static\/img\/[email protected]" }, "manifest_version": 2 } |