IPchexmex
Checks to see if you are in a country that allows Bitmex trading
Hvad er IPchexmex?
IPchexmex er en Chrome-udvidelse udviklet af isaackoz, og dens hovedfunktion er "Checks to see if you are in a country that allows Bitmex trading".
Udvidelsesskærmbilleder
Download IPchexmex-udvidelses-CRX-fil
Download IPchexmex-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | IPchexmex |
ID | dkkcfjemmclijplohefaeidboeeejjdi |
Officiel URL | https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi |
Beskrivelse | Checks to see if you are in a country that allows Bitmex trading |
Filstørrelse | 39.76 KB |
Antal Installationer | 10 |
Nuværende Version | 1.2 |
Senest Opdateret | 2018-12-22 |
Udgivelsesdato | 2018-12-21 |
Udvikler | isaackoz |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/isaackoz/IPchexmex |
Hjælpeside-URL | https://github.com/isaackoz/IPchexmex/issues |
Understøttede Sprog | 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" ] } |