Best Private VPN Chrome Extension-Secure,Free
Add our free VPN Chrome extension without login today to enjoy private Internet access & protect your online activities permanently.
O que é Best Private VPN Chrome Extension-Secure,Free?
Best Private VPN Chrome Extension-Secure,Free é uma extensão do Chrome desenvolvida por Best Private VPN Chrome Extension Team, e sua principal característica é "Add our free VPN Chrome extension without login today to enjoy private Internet access & protect your online activities permanently.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Best Private VPN Chrome Extension-Secure,Free
Baixe arquivos de extensão Best Private VPN Chrome Extension-Secure,Free 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
Best Private VPN Chrome Plugin hides your real IP address and encrypts your network data to prevent your online privacy from being monitored and controlled by hackers, the government, and your ISP. With a virtual IP address from one of our best VPN servers, you can bypass geo-restriction and get free access to any blocked content with unlimited data, speed & bandwidth. Surfing the internet anonymously, avoiding ISP throttling, and unblocking any website with Best Private VPN Chrome Extension, a fast, secure, reliable, unlimited free VPN proxy for Google Chrome.
Informações Básicas da Extensão
Nome | |
ID | cojckmnmafflcfpopednjkckmmjfbhne |
URL Oficial | https://chrome.google.com/webstore/detail/best-private-vpn-chrome-e/cojckmnmafflcfpopednjkckmmjfbhne |
Descrição | Add our free VPN Chrome extension without login today to enjoy private Internet access & protect your online activities permanently. |
Tamanho do Arquivo | 105 KB |
Contagem de Instalações | 2,400 |
Versão Atual | 1.0.1 |
Última Atualização | 2021-10-20 |
Data de Publicação | 2021-09-28 |
Classificação | 4.13/5 Total de 15 Avaliações |
Desenvolvedor | Best Private VPN Chrome Extension Team |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.itopvpn.com/privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "name": "Best Private VPN Chrome Extension-Secure,Free", "description": "Add our free VPN Chrome extension without login today to enjoy private Internet access & protect your online activities permanently.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/www.itopvpn.com\/api\/ip-checker", "proxy", "storage" ], "manifest_version": 2, "background": { "scripts": [ "\/js\/jquery.min.js", "\/js\/storage.js", "\/js\/app.js" ] }, "browser_action": { "default_icon": ".\/images\/icon_off.png", "default_popup": "\/popup.html", "default_title": "Best Private VPN Chrome Extension - 100% Secure & Free VPN" }, "icons": { "16": ".\/images\/icon.png", "24": ".\/images\/icon_24.png", "32": ".\/images\/icon_32.png", "48": ".\/images\/icon_48.png", "128": ".\/images\/icon_128.png" }, "web_accessible_resources": [ "\/js\/vpn.json" ] } |