IPchexmex

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

Qu'est-ce que IPchexmex ?

IPchexmex est une extension Chrome développée par isaackoz, et sa fonction principale est "Checks to see if you are in a country that allows Bitmex trading".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension IPchexmex

Téléchargez les fichiers d'extension IPchexmex au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 :).                    

Informations de Base sur l'Extension

Nom IPchexmex IPchexmex
ID dkkcfjemmclijplohefaeidboeeejjdi
URL Officiel https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi
Description Checks to see if you are in a country that allows Bitmex trading
Taille du Fichier 39.76 KB
Nombre d'Installations 10
Version Actuelle 1.2
Dernière Mise à Jour 2018-12-22
Date de Publication 2018-12-21
Développeur isaackoz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/isaackoz/IPchexmex
URL de la Page d'Aide https://github.com/isaackoz/IPchexmex/issues
Langues Prises en Charge 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"
    ]
}