Touch VPN
Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
What is Touch VPN?
Touch VPN is a Chrome extension developed by Trellonet, and its main feature is "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".
Extension Screenshots
Download Touch VPN Extension CRX File
Download Touch VPN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Unblock any website and stay secure with Touch VPN. One-click connect to our fast VPN. Unlimited bandwidth and completely FREE!
Extension Basic Information
Name | |
ID | ibnheiimocabbfkeebechfjjnpbdcakj |
Official URL | https://chromewebstore.google.com/detail/touch-vpn/ibnheiimocabbfkeebechfjjnpbdcakj |
Description | Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service. |
File Size | 1.14 MB |
Installation Count | 3,255 |
Current Version | 1.1.1 |
Last Updated | 2020-08-24 |
Publish Date | 2020-07-01 |
Rating | 2.00/5 Total 4 Ratings |
Developer | Trellonet |
[email protected] | |
Payment Type | free |
Extension Website | https://www.trellonet.com |
Help Page URL | https://www.trellonet.com |
Privacy Policy Page URL | https://www.trellonet.com/privacy.html |
Supported Languages | 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 } |