12VPX

Connect to 12VPX directly from your browser.

Was ist 12VPX?

12VPX ist eine Chrome-Erweiterung, die von https://12vpx.com entwickelt wurde, und ihr Hauptmerkmal ist "Connect to 12VPX directly from your browser.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

12VPX-Erweiterungs-CRX-Datei herunterladen

Laden Sie 12VPX-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name 12VPX 12VPX
ID alfieeobdjkockpabmmfdpaihegikdgl
Offizielle URL https://chromewebstore.google.com/detail/12vpx/alfieeobdjkockpabmmfdpaihegikdgl
Beschreibung Connect to 12VPX directly from your browser.
Dateigröße 134 KB
Installationsanzahl 7,000
Aktuelle Version 2.0.8
Letztes Update 2020-06-08
Veröffentlichungsdatum 2020-06-08
Bewertung 3.76/5 Insgesamt 41 Bewertungen
Entwickler https://12vpx.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://12vpx.com
Hilfeseite URL https://12vpx.com/contact-us
URL der Datenschutzrichtlinien-Seite https://12vpx.com/privacy-policy/privacy-policy-chrome
Unterstützte Sprachen 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"
}