Bitbns Extension
Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin
什麼是Bitbns Extension?
Bitbns Extension是由https://bitbns.com開發的Chrome擴展程式,該擴展的主要功能是“Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin”。
擴展截圖
下載Bitbns Extension擴展crx文件
下載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 |
官方網址 | 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" } |