binance info

access

ما هو binance info؟

binance info هو إضافة Chrome تم تطويرها بواسطة abfzlabfzl، والميزة الرئيسية لها هي "access".

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

screenshot
screenshot

تحميل ملف CRX للإضافة binance info

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

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

                        making easy to trade in binance.com

showing current balance of your  cryptocurrency in each  trade page 

calculate current balance of each position you set up and showing in the table of open orders in each currency page.

in the next update we have this features:

changing red and green color of trade page to less bother eyes of traders 

calculating sum of all current price and profit or loss of trading orders 
make more pretty UI/UX

and many other features that needs any trader ...                    

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

الاسم binance info binance info
ID ppppehcijnmfmamobfinpikdadmjjcln
عنوان URL الرسمي https://chromewebstore.google.com/detail/binance-info/ppppehcijnmfmamobfinpikdadmjjcln
الوصف access
حجم الملف 59.43 KB
عدد التثبيتات 16
النسخة الحالية 2.1
آخر تحديث 2021-07-20
تاريخ النشر 2021-07-19
تقييم 5.00/5 مجموع تقييمات 1
المطور abfzlabfzl
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "binance info",
    "description": "access ",
    "version": "2.1",
    "manifest_version": 3,
    "icons": {
        "16": "binance-coin-1616.png",
        "32": "binance-coin-3232.png",
        "64": "binance-coin-6464.png",
        "256": "binance-coin-256256.png",
        "128": "binance-coin-128128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "binance-coin-6464.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.binance.com\/en\/trade\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}