IvyVPN

Unblock the Chrome to surf the Internet!

什么是IvyVPN?

IvyVPN是由IvyHost开发的Chrome扩展程序,该扩展的主要功能是“Unblock the Chrome to surf the Internet!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载IvyVPN扩展crx文件

下载IvyVPN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 IvyVPN IvyVPN
ID afppibgkahmchbblhplphjibkhdoloph
官方URL https://chrome.google.com/webstore/detail/ivyvpn/afppibgkahmchbblhplphjibkhdoloph
简介 Unblock the Chrome to surf the Internet!
文件大小 198 KB
安装次数 56
当前版本 0.0.7
更新时间 2020-04-25
上架时间 2020-04-22
开发者 IvyHost
付费类型 free
支持的语言 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"
    }
}