Bitbns Extension
Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin
Qu'est-ce que Bitbns Extension ?
Bitbns Extension est une extension Chrome développée par https://bitbns.com, et sa fonction principale est "Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitbns Extension
Téléchargez les fichiers d'extension Bitbns Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Bitbns Extension |
ID | chohglfmmlfhnkloampcdmnnhnhegbfg |
URL Officiel | https://chromewebstore.google.com/detail/bitbns-extension/chohglfmmlfhnkloampcdmnnhnhegbfg |
Description | Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin |
Taille du Fichier | 362 KB |
Nombre d'Installations | 1,819 |
Version Actuelle | 2.8.1 |
Dernière Mise à Jour | 2021-05-08 |
Date de Publication | 2020-06-30 |
Évaluation | 3.47/5 Total 17 Évaluations |
Développeur | https://bitbns.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://bitbns.com |
URL de la Page d'Aide | https://bitbns.freshdesk.com |
URL de la Page de Politique de Confidentialité | https://bitbns.com/privacy-policy |
Langues Prises en Charge | 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" } |