Binance show USD

Add the USD value to the output of the BTC Value column on Binance

ما هو Binance show USD؟

Binance show USD هو إضافة Chrome تم تطويرها بواسطة manpreet، والميزة الرئيسية لها هي "Add the USD value to the output of the BTC Value column on Binance".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Binance show USD

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

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

                        Add the USD value to the output of the BTC Value column on Binance.

Binance and the Binance Logo are registered trademarks of Binance Limited                    

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

الاسم Binance show USD Binance show USD
ID pnmjhiopgdfcldmiggaldinjoehngofh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh
الوصف Add the USD value to the output of the BTC Value column on Binance
حجم الملف 36.28 KB
عدد التثبيتات 132
النسخة الحالية 1.01
آخر تحديث 2018-01-04
تاريخ النشر 2018-01-04
تقييم 3.50/5 مجموع تقييمات 4
المطور manpreet
نوع الدفع free
موقع الإضافة https://github.com/manpreetnarang/Binance-BTCtoUSD
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binance show USD",
    "description": "Add the USD value to the output of the BTC Value column on Binance",
    "version": "1.01",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.binance.com\/userCenter\/depositWithdraw.html"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}