IPchexmex
Checks to see if you are in a country that allows Bitmex trading
O que é IPchexmex?
IPchexmex é uma extensão do Chrome desenvolvida por isaackoz, e sua principal característica é "Checks to see if you are in a country that allows Bitmex trading".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IPchexmex
Baixe arquivos de extensão IPchexmex no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :).
Informações Básicas da Extensão
Nome | IPchexmex |
ID | dkkcfjemmclijplohefaeidboeeejjdi |
URL Oficial | https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi |
Descrição | Checks to see if you are in a country that allows Bitmex trading |
Tamanho do Arquivo | 39.76 KB |
Contagem de Instalações | 10 |
Versão Atual | 1.2 |
Última Atualização | 2018-12-22 |
Data de Publicação | 2018-12-21 |
Desenvolvedor | isaackoz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/isaackoz/IPchexmex |
URL da Página de Ajuda | https://github.com/isaackoz/IPchexmex/issues |
Idiomas Suportados | 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" ] } |