Binance Spot BTC to USD Value

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

O que é Binance Spot BTC to USD Value?

Binance Spot BTC to USD Value é uma extensão do Chrome desenvolvida por zactreese, e sua principal característica é "Converts Binance spot wallet asset value from BTC value to USD value".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Binance Spot BTC to USD Value

Baixe arquivos de extensão Binance Spot BTC to USD Value no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Binance Spot BTC to USD Value Binance Spot BTC to USD Value
ID bijipcodafgdebngmlaiiljnbagldiof
URL Oficial https://chromewebstore.google.com/detail/binance-spot-btc-to-usd-v/bijipcodafgdebngmlaiiljnbagldiof
Descrição Converts Binance spot wallet asset value from BTC value to USD value
Tamanho do Arquivo 4.19 KB
Contagem de Instalações 24
Versão Atual 1.0
Última Atualização 2021-02-23
Data de Publicação 2021-02-22
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor zactreese
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": []
}