Touch VPN
Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Cos'è Touch VPN?
Touch VPN è un'estensione di Chrome sviluppata da Trellonet, e la sua funzione principale è "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Touch VPN
Scarica i file di estensione Touch VPN 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
Unblock any website and stay secure with Touch VPN. One-click connect to our fast VPN. Unlimited bandwidth and completely FREE!
Informazioni di Base sull'Estensione
Nome | |
ID | ibnheiimocabbfkeebechfjjnpbdcakj |
URL Ufficiale | https://chromewebstore.google.com/detail/touch-vpn/ibnheiimocabbfkeebechfjjnpbdcakj |
Descrizione | Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service. |
Dimensione del File | 1.14 MB |
Conteggio Installazioni | 3,255 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2020-08-24 |
Data di Pubblicazione | 2020-07-01 |
Valutazione | 2.00/5 Totale 4 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 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Touch VPN", "version": "1.1.1", "description": "Touch 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": "Touch VPN", "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 } |