Binance Spot BTC to USD Value

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

ما هو Binance Spot BTC to USD Value؟

Binance Spot BTC to USD Value هو إضافة Chrome تم تطويرها بواسطة zactreese، والميزة الرئيسية لها هي "Converts Binance spot wallet asset value from BTC value to USD value".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Binance Spot BTC to USD Value

قم بتنزيل ملفات الامتداد Binance Spot BTC to USD Value بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Binance Spot BTC to USD Value Binance Spot BTC to USD Value
ID bijipcodafgdebngmlaiiljnbagldiof
عنوان URL الرسمي https://chromewebstore.google.com/detail/binance-spot-btc-to-usd-v/bijipcodafgdebngmlaiiljnbagldiof
الوصف Converts Binance spot wallet asset value from BTC value to USD value
حجم الملف 4.19 KB
عدد التثبيتات 24
النسخة الحالية 1.0
آخر تحديث 2021-02-23
تاريخ النشر 2021-02-22
تقييم 4.50/5 مجموع تقييمات 2
المطور zactreese
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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": []
}