Bitbns Extension

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

Wat is Bitbns Extension?

Bitbns Extension is een Chrome-extensie ontwikkeld door https://bitbns.com, en de belangrijkste functie is "Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bitbns Extension

Download Bitbns Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Bitbns Extension Bitbns Extension
ID chohglfmmlfhnkloampcdmnnhnhegbfg
Officiële URL https://chromewebstore.google.com/detail/bitbns-extension/chohglfmmlfhnkloampcdmnnhnhegbfg
Beschrijving Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin
Bestandsgrootte 362 KB
Aantal Installaties 1,819
Huidige Versie 2.8.1
Laatst Bijgewerkt 2021-05-08
Publicatiedatum 2020-06-30
Beoordeling 3.47/5 Totaal 17 Beoordelingen
Ontwikkelaar https://bitbns.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bitbns.com
Help Pagina-URL https://bitbns.freshdesk.com
URL van de Privacybeleid Pagina https://bitbns.com/privacy-policy
Ondersteunde Talen 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"
}