IPchexmex
Checks to see if you are in a country that allows Bitmex trading
什么是IPchexmex?
IPchexmex是由isaackoz开发的Chrome扩展程序,该扩展的主要功能是“Checks to see if you are in a country that allows Bitmex trading”。
扩展截图
下载IPchexmex扩展crx文件
下载IPchexmex扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 :).
扩展基本信息
名称 | IPchexmex |
ID | dkkcfjemmclijplohefaeidboeeejjdi |
官方URL | https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi |
简介 | Checks to see if you are in a country that allows Bitmex trading |
文件大小 | 39.76 KB |
安装次数 | 10 |
当前版本 | 1.2 |
更新时间 | 2018-12-22 |
上架时间 | 2018-12-21 |
开发者 | isaackoz |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/isaackoz/IPchexmex |
帮助页面URL | https://github.com/isaackoz/IPchexmex/issues |
支持的语言 | 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" ] } |