IvyVPN

Unblock the Chrome to surf the Internet!

O que é IvyVPN?

IvyVPN é uma extensão do Chrome desenvolvida por IvyHost, e sua principal característica é "Unblock the Chrome to surf the Internet!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão IvyVPN

Baixe arquivos de extensão IvyVPN 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

                        IVY VPN service is fast, easy, reliable and private, especially for the users traveling to those Internet less freedom countries. 

IVY VPN for Chrome protects your online privacy, unblocks websites, protects your security on Wi-Fi hotspots, prevents ad tracking, and encrypts all of the data in and out of your browser with one easy to use extension.                    

Informações Básicas da Extensão

Nome IvyVPN IvyVPN
ID afppibgkahmchbblhplphjibkhdoloph
URL Oficial https://chrome.google.com/webstore/detail/ivyvpn/afppibgkahmchbblhplphjibkhdoloph
Descrição Unblock the Chrome to surf the Internet!
Tamanho do Arquivo 198 KB
Contagem de Instalações 56
Versão Atual 0.0.7
Última Atualização 2020-04-25
Data de Publicação 2020-04-22
Desenvolvedor IvyHost
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "assets\/images\/on.png",
        "48": "assets\/images\/on48.png",
        "16": "assets\/images\/on16.png"
    },
    "permissions": [
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "assets\/javascripts\/base64.min.js",
            "assets\/javascripts\/jquery-3.4.1.min.js",
            "assets\/javascripts\/core.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    }
}