Touch VPN
Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Hvad er Touch VPN?
Touch VPN er en Chrome-udvidelse udviklet af Trellonet, og dens hovedfunktion er "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".
Udvidelsesskærmbilleder
Download Touch VPN-udvidelses-CRX-fil
Download Touch VPN-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Unblock any website and stay secure with Touch VPN. One-click connect to our fast VPN. Unlimited bandwidth and completely FREE!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ibnheiimocabbfkeebechfjjnpbdcakj |
Officiel URL | https://chromewebstore.google.com/detail/touch-vpn/ibnheiimocabbfkeebechfjjnpbdcakj |
Beskrivelse | Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service. |
Filstørrelse | 1.14 MB |
Antal Installationer | 3,255 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2020-08-24 |
Udgivelsesdato | 2020-07-01 |
Bedømmelse | 2.00/5 Samlet 4 Bedømmelser |
Udvikler | Trellonet |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.trellonet.com |
Hjælpeside-URL | https://www.trellonet.com |
URL til Fortrolighedspolitik Side | https://www.trellonet.com/privacy.html |
Understøttede Sprog | 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 } |