IPchexmex

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

¿Qué es IPchexmex?

IPchexmex es una extensión de Chrome desarrollada por isaackoz, y su función principal es "Checks to see if you are in a country that allows Bitmex trading".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión IPchexmex

Descarga archivos de extensión IPchexmex en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre IPchexmex IPchexmex
ID dkkcfjemmclijplohefaeidboeeejjdi
URL Oficial https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi
Descripción Checks to see if you are in a country that allows Bitmex trading
Tamaño del Archivo 39.76 KB
Cantidad de Instalaciones 10
Versión Actual 1.2
Última Actualización 2018-12-22
Fecha de Publicación 2018-12-21
Desarrollador isaackoz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/isaackoz/IPchexmex
URL de la Página de Ayuda https://github.com/isaackoz/IPchexmex/issues
Idiomas Soportados 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"
    ]
}