IPchexmex
Checks to see if you are in a country that allows Bitmex trading
IPchexmex là gì?
IPchexmex là một tiện ích mở rộng Chrome được phát triển bởi isaackoz, và tính năng chính của nó là "Checks to see if you are in a country that allows Bitmex trading".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IPchexmex
Tải xuống các tệp mở rộng IPchexmex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IPchexmex |
ID | dkkcfjemmclijplohefaeidboeeejjdi |
URL Chính Thức | https://chromewebstore.google.com/detail/ipchexmex/dkkcfjemmclijplohefaeidboeeejjdi |
Mô tả | Checks to see if you are in a country that allows Bitmex trading |
Kích Thước Tệp | 39.76 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-12-22 |
Ngày Phát Hành | 2018-12-21 |
Nhà Phát Triển | isaackoz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/isaackoz/IPchexmex |
URL Trang Trợ Giúp | https://github.com/isaackoz/IPchexmex/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |