IPchexmex

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

Vad är IPchexmex?

IPchexmex är en Chrome-tillägg utvecklad av isaackoz, och dess huvudfunktion är "Checks to see if you are in a country that allows Bitmex trading".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner IPchexmex-förlängningens CRX-fil

Ladda ner IPchexmex-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn IPchexmex IPchexmex
ID dkkcfjemmclijplohefaeidboeeejjdi
Officiell webbadress https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi
Beskrivning Checks to see if you are in a country that allows Bitmex trading
Filstorlek 39.76 KB
Antal Installationer 10
Aktuell Version 1.2
Senast Uppdaterad 2018-12-22
Publiceringsdatum 2018-12-21
Utvecklare isaackoz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/isaackoz/IPchexmex
Hjälpsida URL https://github.com/isaackoz/IPchexmex/issues
Stödda Språk 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"
    ]
}