Touch VPN
Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Wat is Touch VPN?
Touch VPN is een Chrome-extensie ontwikkeld door Trellonet, en de belangrijkste functie is "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".
Extensie Screenshots
Download het CRX-bestand van de extensie Touch VPN
Download Touch VPN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Unblock any website and stay secure with Touch VPN. One-click connect to our fast VPN. Unlimited bandwidth and completely FREE!
Basisinformatie over de Extensie
Naam | |
ID | ibnheiimocabbfkeebechfjjnpbdcakj |
Officiële URL | https://chromewebstore.google.com/detail/touch-vpn/ibnheiimocabbfkeebechfjjnpbdcakj |
Beschrijving | Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service. |
Bestandsgrootte | 1.14 MB |
Aantal Installaties | 3,255 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2020-08-24 |
Publicatiedatum | 2020-07-01 |
Beoordeling | 2.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Trellonet |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.trellonet.com |
Help Pagina-URL | https://www.trellonet.com |
URL van de Privacybeleid Pagina | https://www.trellonet.com/privacy.html |
Ondersteunde Talen | 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 } |