IPchexmex
Checks to see if you are in a country that allows Bitmex trading
Cos'è IPchexmex?
IPchexmex è un'estensione di Chrome sviluppata da isaackoz, e la sua funzione principale è "Checks to see if you are in a country that allows Bitmex trading".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IPchexmex
Scarica i file di estensione IPchexmex in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :).
Informazioni di Base sull'Estensione
Nome | IPchexmex |
ID | dkkcfjemmclijplohefaeidboeeejjdi |
URL Ufficiale | https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi |
Descrizione | Checks to see if you are in a country that allows Bitmex trading |
Dimensione del File | 39.76 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-12-22 |
Data di Pubblicazione | 2018-12-21 |
Sviluppatore | isaackoz |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/isaackoz/IPchexmex |
URL della Pagina di Aiuto | https://github.com/isaackoz/IPchexmex/issues |
Lingue Supportate | 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" ] } |