Bitbns Extension
Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin
Apa itu Bitbns Extension?
Bitbns Extension adalah ekstensi Chrome yang dikembangkan oleh https://bitbns.com, dan fitur utamanya adalah "Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bitbns Extension
Unduh file ekstensi Bitbns Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Bitbns Extension |
ID | chohglfmmlfhnkloampcdmnnhnhegbfg |
URL Resmi | https://chromewebstore.google.com/detail/bitbns-extension/chohglfmmlfhnkloampcdmnnhnhegbfg |
Deskripsi | Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin |
Ukuran File | 362 KB |
Jumlah Instalasi | 1,819 |
Versi Saat Ini | 2.8.1 |
Terakhir Diperbarui | 2021-05-08 |
Tanggal Publikasi | 2020-06-30 |
Penilaian | 3.47/5 Total 17 Penilaian |
Pengembang | https://bitbns.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://bitbns.com |
URL Halaman Bantuan | https://bitbns.freshdesk.com |
URL Halaman Kebijakan Privasi | https://bitbns.com/privacy-policy |
Bahasa yang Didukung | 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" } |