IPchexmex
Checks to see if you are in a country that allows Bitmex trading
Co je IPchexmex?
IPchexmex je rozšíření Chrome vyvinuté isaackoz, a jeho hlavní funkcí je „Checks to see if you are in a country that allows Bitmex trading“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření IPchexmex
Stáhněte si soubory rozšíření IPchexmex ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 :).
Základní Informace o Rozšíření
Název | IPchexmex |
ID | dkkcfjemmclijplohefaeidboeeejjdi |
Oficiální URL | https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi |
Popis | Checks to see if you are in a country that allows Bitmex trading |
Velikost souboru | 39.76 KB |
Počet instalací | 10 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2018-12-22 |
Datum Vydání | 2018-12-21 |
Vývojář | isaackoz |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/isaackoz/IPchexmex |
URL Stránky Nápovědy | https://github.com/isaackoz/IPchexmex/issues |
Podporované Jazyky | 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" ] } |