IPchexmex

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

Что такое IPchexmex?

IPchexmex - это расширение Chrome, разработанное isaackoz, и его основная функция - "Checks to see if you are in a country that allows Bitmex trading".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения IPchexmex

Скачайте файлы расширений IPchexmex в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название IPchexmex IPchexmex
ID dkkcfjemmclijplohefaeidboeeejjdi
Официальный URL https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi
Описание Checks to see if you are in a country that allows Bitmex trading
Размер файла 39.76 KB
Количество установок 10
Текущая Версия 1.2
Последнее Обновление 2018-12-22
Дата публикации 2018-12-21
Разработчик isaackoz
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/isaackoz/IPchexmex
URL страницы помощи https://github.com/isaackoz/IPchexmex/issues
Поддерживаемые языки 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"
    ]
}