binance info

access

Qu'est-ce que binance info ?

binance info est une extension Chrome développée par abfzlabfzl, et sa fonction principale est "access".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension binance info

Téléchargez les fichiers d'extension binance info au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 ...                    

Informations de Base sur l'Extension

Nom binance info binance info
ID ppppehcijnmfmamobfinpikdadmjjcln
URL Officiel https://chromewebstore.google.com/detail/binance-info/ppppehcijnmfmamobfinpikdadmjjcln
Description access
Taille du Fichier 59.43 KB
Nombre d'Installations 16
Version Actuelle 2.1
Dernière Mise à Jour 2021-07-20
Date de Publication 2021-07-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur abfzlabfzl
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}