IPchexmex
Checks to see if you are in a country that allows Bitmex trading
What is IPchexmex?
IPchexmex is a Chrome extension developed by isaackoz, and its main feature is "Checks to see if you are in a country that allows Bitmex trading".
Extension Screenshots
Download IPchexmex Extension CRX File
Download IPchexmex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 :).
Extension Basic Information
Name | IPchexmex |
ID | dkkcfjemmclijplohefaeidboeeejjdi |
Official URL | https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi |
Description | Checks to see if you are in a country that allows Bitmex trading |
File Size | 39.76 KB |
Installation Count | 10 |
Current Version | 1.2 |
Last Updated | 2018-12-22 |
Publish Date | 2018-12-21 |
Developer | isaackoz |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/isaackoz/IPchexmex |
Help Page URL | https://github.com/isaackoz/IPchexmex/issues |
Supported Languages | 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" ] } |