IPchexmex

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

什麼是IPchexmex?

IPchexmex是由isaackoz開發的Chrome擴展程式,該擴展的主要功能是“Checks to see if you are in a country that allows Bitmex trading”。

擴展截圖

screenshot
screenshot

下載IPchexmex擴展crx文件

下載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
官方網址 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"
    ]
}