VPN Proxy
VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Cos'è VPN Proxy?
VPN Proxy è un'estensione di Chrome sviluppata da Trellonet, e la sua funzione principale è "VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VPN Proxy
Scarica i file di estensione VPN Proxy 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
The best vpn for chrome, which can hide your network ip and protect your network security.
Informazioni di Base sull'Estensione
Nome | VPN Proxy |
ID | ghlpcaaifadoekifkmbclpkhdiolfeol |
URL Ufficiale | https://chromewebstore.google.com/detail/vpn-proxy/ghlpcaaifadoekifkmbclpkhdiolfeol |
Descrizione | VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service. |
Dimensione del File | 1.12 MB |
Conteggio Installazioni | 4,883 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2020-08-24 |
Data di Pubblicazione | 2020-06-29 |
Valutazione | 3.00/5 Totale 7 Valutazioni |
Sviluppatore | Trellonet |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.trellonet.com |
URL della Pagina di Aiuto | https://www.trellonet.com |
URL della Pagina della Politica sulla Privacy | https://www.trellonet.com/privacy.html |
Lingue Supportate | 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 } |