Bitbns Extension

Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin

What is Bitbns Extension?

Bitbns Extension is a Chrome extension developed by https://bitbns.com, and its main feature is "Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin".

Extension Screenshots

screenshot
screenshot

Download Bitbns Extension Extension CRX File

Download Bitbns Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Bitbns Extension Bitbns Extension
ID chohglfmmlfhnkloampcdmnnhnhegbfg
Official URL https://chromewebstore.google.com/detail/bitbns-extension/chohglfmmlfhnkloampcdmnnhnhegbfg
Description Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin
File Size 362 KB
Installation Count 1,819
Current Version 2.8.1
Last Updated 2021-05-08
Publish Date 2020-06-30
Rating 3.47/5 Total 17 Ratings
Developer https://bitbns.com
Email [email protected]
Payment Type free
Extension Website https://bitbns.com
Help Page URL https://bitbns.freshdesk.com
Privacy Policy Page URL https://bitbns.com/privacy-policy
Supported Languages 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"
}