Bitbns Extension

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

Cos'è Bitbns Extension?

Bitbns Extension è un'estensione di Chrome sviluppata da https://bitbns.com, e la sua funzione principale è "Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bitbns Extension

Scarica i file di estensione Bitbns Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Bitbns Extension Bitbns Extension
ID chohglfmmlfhnkloampcdmnnhnhegbfg
URL Ufficiale https://chromewebstore.google.com/detail/bitbns-extension/chohglfmmlfhnkloampcdmnnhnhegbfg
Descrizione Explore arbitrage opportunities and trade faster between Bitbns, Binance, Huobi, Gate.io and Kucoin
Dimensione del File 362 KB
Conteggio Installazioni 1,819
Versione Corrente 2.8.1
Ultimo Aggiornamento 2021-05-08
Data di Pubblicazione 2020-06-30
Valutazione 3.47/5 Totale 17 Valutazioni
Sviluppatore https://bitbns.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bitbns.com
URL della Pagina di Aiuto https://bitbns.freshdesk.com
URL della Pagina della Politica sulla Privacy https://bitbns.com/privacy-policy
Lingue Supportate 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"
}