Bitbns Extension
Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin
Bitbns Extension là gì?
Bitbns Extension là một tiện ích mở rộng Chrome được phát triển bởi https://bitbns.com, và tính năng chính của nó là "Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin".
Ả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 Bitbns Extension
Tải xuống các tệp mở rộng Bitbns Extension 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bitbns Extension |
ID | chohglfmmlfhnkloampcdmnnhnhegbfg |
URL Chính Thức | https://chromewebstore.google.com/detail/bitbns-extension/chohglfmmlfhnkloampcdmnnhnhegbfg |
Mô tả | Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin |
Kích Thước Tệp | 362 KB |
Số Lần Cài Đặt | 1,819 |
Phiên Bản Hiện Tại | 2.8.1 |
Cập Nhật Lần Cuối | 2021-05-08 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 3.47/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | https://bitbns.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bitbns.com |
URL Trang Trợ Giúp | https://bitbns.freshdesk.com |
URL Trang Chính Sách Bảo Mật | https://bitbns.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |