IPchexmex
Checks to see if you are in a country that allows Bitmex trading
Wat is IPchexmex?
IPchexmex is een Chrome-extensie ontwikkeld door isaackoz, en de belangrijkste functie is "Checks to see if you are in a country that allows Bitmex trading".
Extensie Screenshots
Download het CRX-bestand van de extensie IPchexmex
Download IPchexmex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :).
Basisinformatie over de Extensie
Naam | IPchexmex |
ID | dkkcfjemmclijplohefaeidboeeejjdi |
Officiële URL | https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi |
Beschrijving | Checks to see if you are in a country that allows Bitmex trading |
Bestandsgrootte | 39.76 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-12-22 |
Publicatiedatum | 2018-12-21 |
Ontwikkelaar | isaackoz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/isaackoz/IPchexmex |
Help Pagina-URL | https://github.com/isaackoz/IPchexmex/issues |
Ondersteunde Talen | 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" ] } |