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
Eメール [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"
}