IPchexmex

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

Co to jest IPchexmex?

IPchexmex to rozszerzenie Chrome opracowane przez isaackoz, a jego główną funkcją jest „Checks to see if you are in a country that allows Bitmex trading”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia IPchexmex

Pobierz pliki rozszerzeń IPchexmex w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa IPchexmex IPchexmex
ID dkkcfjemmclijplohefaeidboeeejjdi
Oficjalny URL https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi
Opis Checks to see if you are in a country that allows Bitmex trading
Rozmiar pliku 39.76 KB
Liczba instalacji 10
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-12-22
Data Publikacji 2018-12-21
Deweloper isaackoz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/isaackoz/IPchexmex
Adres URL Strony Pomocy https://github.com/isaackoz/IPchexmex/issues
Obsługiwane Języki 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"
    ]
}