Binance Spot BTC to USD Value

Converts Binance spot wallet asset value from BTC value to USD value

Was ist Binance Spot BTC to USD Value?

Binance Spot BTC to USD Value ist eine Chrome-Erweiterung, die von zactreese entwickelt wurde, und ihr Hauptmerkmal ist "Converts Binance spot wallet asset value from BTC value to USD value".

Erweiterungsscreenshots

screenshot
screenshot

Binance Spot BTC to USD Value-Erweiterungs-CRX-Datei herunterladen

Laden Sie Binance Spot BTC to USD Value-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Binance Spot Wallet BTC value to USD

Source code: https://github.com/zacharyreese/BinanceBTCtoUSDFirefoxAddon

-- This is a addon that converts cryptocurrency asset value from BTC value to USD value in the Binance Spot Wallet

Features
-- Converts the BTC value of your crypto currency assets to USD by fetching the most current BTCUSDT price from Binance's API and converting the values.

Bugs
-- If you switch wallets, such as to margin wallet, by using the left-hand menu and switch back to spot wallet, you will need to refresh your screen to see the USD prices.

-- Only way to switch back to BTC prices is to disable the addon

https://i.imgur.com/q5HL0Sm.png

https://i.imgur.com/Oj1Hvly.png                    

Grundlegende Informationen zur Erweiterung

Name Binance Spot BTC to USD Value Binance Spot BTC to USD Value
ID bijipcodafgdebngmlaiiljnbagldiof
Offizielle URL https://chromewebstore.google.com/detail/binance-spot-btc-to-usd-v/bijipcodafgdebngmlaiiljnbagldiof
Beschreibung Converts Binance spot wallet asset value from BTC value to USD value
Dateigröße 4.19 KB
Installationsanzahl 24
Aktuelle Version 1.0
Letztes Update 2021-02-23
Veröffentlichungsdatum 2021-02-22
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler zactreese
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binance Spot BTC to USD Value",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.binance.com\/en\/my\/wallet\/account\/main"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "description": "Converts Binance spot wallet asset value from BTC value to USD value",
    "permissions": []
}