Touch VPN
Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
O que é Touch VPN?
Touch VPN é uma extensão do Chrome desenvolvida por Trellonet, e sua principal característica é "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Touch VPN
Baixe arquivos de extensão Touch VPN no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Unblock any website and stay secure with Touch VPN. One-click connect to our fast VPN. Unlimited bandwidth and completely FREE!
Informações Básicas da Extensão
Nome | |
ID | ibnheiimocabbfkeebechfjjnpbdcakj |
URL Oficial | https://chromewebstore.google.com/detail/touch-vpn/ibnheiimocabbfkeebechfjjnpbdcakj |
Descrição | Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service. |
Tamanho do Arquivo | 1.14 MB |
Contagem de Instalações | 3,255 |
Versão Atual | 1.1.1 |
Última Atualização | 2020-08-24 |
Data de Publicação | 2020-07-01 |
Classificação | 2.00/5 Total de 4 Avaliações |
Desenvolvedor | Trellonet |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.trellonet.com |
URL da Página de Ajuda | https://www.trellonet.com |
URL da Página de Política de Privacidade | https://www.trellonet.com/privacy.html |
Idiomas Suportados | 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 } |