IP Unblock
IP Unblock vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
O que é IP Unblock?
IP Unblock é uma extensão do Chrome desenvolvida por Trellonet, e sua principal característica é "IP Unblock 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 IP Unblock
Baixe arquivos de extensão IP Unblock 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
The Best Free VPN to Unblock websites and secure your traffic. Unblock sites and browse the web privately and securely.
Informações Básicas da Extensão
Nome | IP Unblock |
ID | bgkiamkkbjmagecgpdeiikgolekmflka |
URL Oficial | https://chromewebstore.google.com/detail/ip-unblock/bgkiamkkbjmagecgpdeiikgolekmflka |
Descrição | IP Unblock vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service. |
Tamanho do Arquivo | 1.12 MB |
Contagem de Instalações | 446 |
Versão Atual | 1.1.1 |
Última Atualização | 2020-08-24 |
Data de Publicação | 2020-06-30 |
Classificação | 3.00/5 Total de 2 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": "IP Unblock", "version": "1.1.1", "description": "IP Unblock 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": "IP Unblock", "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 } |