12VPX

Connect to 12VPX directly from your browser.

什么是12VPX?

12VPX是由https://12vpx.com开发的Chrome扩展程序,该扩展的主要功能是“Connect to 12VPX directly from your browser.”。

扩展截图

screenshot
screenshot
screenshot

下载12VPX扩展crx文件

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

扩展使用说明

                        This extension can be used by 12vpx.com customers to connect their Chrome browser to the VPN service without needing to install separate VPN software.

For timely support please e-mail [email protected] directly.

Requires a paid 12vpx.com subscription.                    

扩展基本信息

名称 12VPX 12VPX
ID alfieeobdjkockpabmmfdpaihegikdgl
官方URL https://chromewebstore.google.com/detail/12vpx/alfieeobdjkockpabmmfdpaihegikdgl
简介 Connect to 12VPX directly from your browser.
文件大小 134 KB
安装次数 7,000
当前版本 2.0.8
更新时间 2020-06-08
上架时间 2020-06-08
评分 3.76/5 共41次评分
开发者 https://12vpx.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://12vpx.com
帮助页面URL https://12vpx.com/contact-us
隐私政策页面URL https://12vpx.com/privacy-policy/privacy-policy-chrome
支持的语言 en,nl,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "version": "2.0.8",
    "short_name": "12VPX",
    "minimum_chrome_version": "65",
    "description": "__MSG_appDesc__",
    "permissions": [
        "proxy",
        "notifications",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "js\/browser-polyfill.js",
            "js\/jquery-3.3.1.min.js",
            "js\/functions.js",
            "js\/auth.js",
            "js\/api.js",
            "js\/actions.js",
            "js\/common_proxy.js",
            "js\/chrome_proxy.js",
            "js\/ip.js",
            "js\/tooltip.js",
            "js\/debug.js",
            "js\/12vpn.js"
        ]
    },
    "homepage_url": "https:\/\/12vpx.com\/",
    "browser_action": {
        "default_icon": {
            "19": "img\/12icon19x19.png",
            "38": "img\/12icon38x38.png"
        },
        "default_popup": "popup.html"
    },
    "incognito": "spanning",
    "icons": {
        "16": "img\/12icon16x16.png",
        "48": "img\/12icon48x48.png",
        "128": "img\/12icon128x128.png"
    },
    "options_page": "options.html"
}