Bitbns Extension

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

Hvad er Bitbns Extension?

Bitbns Extension er en Chrome-udvidelse udviklet af https://bitbns.com, og dens hovedfunktion er "Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Bitbns Extension-udvidelses-CRX-fil

Download Bitbns Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Bitbns Extension Bitbns Extension
ID chohglfmmlfhnkloampcdmnnhnhegbfg
Officiel URL https://chromewebstore.google.com/detail/bitbns-extension/chohglfmmlfhnkloampcdmnnhnhegbfg
Beskrivelse Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin
Filstørrelse 362 KB
Antal Installationer 1,819
Nuværende Version 2.8.1
Senest Opdateret 2021-05-08
Udgivelsesdato 2020-06-30
Bedømmelse 3.47/5 Samlet 17 Bedømmelser
Udvikler https://bitbns.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://bitbns.com
Hjælpeside-URL https://bitbns.freshdesk.com
URL til Fortrolighedspolitik Side https://bitbns.com/privacy-policy
Understøttede Sprog 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"
}