IPchexmex

Checks to see if you are in a country that allows Bitmex trading

Was ist IPchexmex?

IPchexmex ist eine Chrome-Erweiterung, die von isaackoz entwickelt wurde, und ihr Hauptmerkmal ist "Checks to see if you are in a country that allows Bitmex trading".

Erweiterungsscreenshots

screenshot
screenshot

IPchexmex-Erweiterungs-CRX-Datei herunterladen

Laden Sie IPchexmex-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

                        Trading on bitmex while in US,CA,CU,IR,KP, or SD is prohibited and can lead to your account being banned on bitmex. This extension checks to see if your IP when on bitmex.com is connected to the said countries. 

This extension will make sure you are always on a VPN while trading on BitMex. It will ping every 60 seconds to ensure you're connected. 

If you are not connected to a country that allows trading, you will receive an alert. If you are, nothing is currently displayed.

Source code available on my github :).                    

Grundlegende Informationen zur Erweiterung

Name IPchexmex IPchexmex
ID dkkcfjemmclijplohefaeidboeeejjdi
Offizielle URL https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi
Beschreibung Checks to see if you are in a country that allows Bitmex trading
Dateigröße 39.76 KB
Installationsanzahl 10
Aktuelle Version 1.2
Letztes Update 2018-12-22
Veröffentlichungsdatum 2018-12-21
Entwickler isaackoz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/isaackoz/IPchexmex
Hilfeseite URL https://github.com/isaackoz/IPchexmex/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IPchexmex",
    "short_name": "IPCM",
    "description": "Checks to see if you are in a country that allows Bitmex trading",
    "version": "1.2",
    "author": "isaackoz",
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon148.png"
    },
    "permissions": [
        "tabs",
        "alarms"
    ]
}