IPchexmex
Checks to see if you are in a country that allows Bitmex trading
IPchexmexคืออะไร?
IPchexmex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย isaackoz และคุณลักษณะหลักของมันคือ "Checks to see if you are in a country that allows Bitmex trading"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IPchexmex
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |