Bitbns Extension
Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin
Bitbns Extensionคืออะไร?
Bitbns Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bitbns.com และคุณลักษณะหลักของมันคือ "Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitbns Extension
ดาวน์โหลดไฟล์ส่วนขยาย Bitbns Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use Bitbns Extension to see arbitrage opportunities between Bitbns and Binance, Huobi, Gate.io and Kucoin. Also, trade faster on Bitbns without switching tabs from Binance, Huobi, Gate.io and Kucoin
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bitbns Extension |
ID | chohglfmmlfhnkloampcdmnnhnhegbfg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bitbns-extension/chohglfmmlfhnkloampcdmnnhnhegbfg |
คำอธิบาย | Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin |
ขนาดไฟล์ | 362 KB |
จำนวนการติดตั้ง | 1,819 |
เวอร์ชันปัจจุบัน | 2.8.1 |
อัปเดตครั้งล่าสุด | 2021-05-08 |
วันที่เผยแพร่ | 2020-06-30 |
คะแนน | 3.47/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | https://bitbns.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bitbns.com |
URL หน้าช่วยเหลือ | https://bitbns.freshdesk.com |
URL หน้านโยบายความเป็นส่วนตัว | https://bitbns.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitbns Extension", "description": "Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin", "short_name": "Bitbns", "current_locale": "10", "background": { "persistent": true, "scripts": [ ".\/js\/bg.js" ] }, "browser_action": { "default_icon": "img\/logos\/bitbns-48--white.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/*" ], "icons": { "16": "img\/logos\/logo-16--whiteTxt.png", "32": "img\/logos\/logo-32--whiteTxt.png", "48": "img\/logos\/logo-48--whiteTxt.png", "128": "img\/logos\/logo-128--whiteTxt.png" }, "permissions": [ "webRequest", "https:\/\/bitbns.com\/*", "https:\/\/api.bitbns.com\/*", "https:\/\/buyhatke.com\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*.binance.com\/*" ], "js": [ ".\/js\/binance.js" ], "css": [ ".\/css\/styles.css" ] }, { "matches": [ "https:\/\/*.gate.io\/*" ], "js": [ ".\/js\/gateio.js" ], "css": [ ".\/css\/styles.css" ] }, { "matches": [ "https:\/\/*.huobi.com\/*", "https:\/\/*.hbg.com\/*" ], "js": [ ".\/js\/huobi.js" ], "css": [ ".\/css\/styles.css" ] }, { "matches": [ "https:\/\/*.kucoin.com\/*" ], "js": [ ".\/js\/kucoin.js" ], "css": [ ".\/css\/styles.css" ] } ], "version": "2.8.1" } |