Binance Valuations

Finds values of individual wallets inside binance!

Τι είναι το Binance Valuations;

Το Binance Valuations είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cody Neiman, και η κύρια λειτουργία του είναι "Finds values of individual wallets inside binance!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Binance Valuations

Λήψη αρχείων επέκτασης Binance Valuations σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        **Discontinued as this became an official feature of Binance in March 2018**


*NOT AFFILIATED WITH "Binance.com" IN ANY WAY, USE AT YOUR OWN RISK

Adds value of each wallet in Binance (under deposits and withdraws) after clicking on the chrome extension icon.

Most recent releases:
v0.4.0
86% Faster!
v0.3.2
Value of each coin now displayed
v0.3.1
Less API calls and formatting bug fixed
v0.3.0
Improved formatting, links, and easier to read code

Fully Open Source!
https://github.com/Matrix-Guy/binance-valuations

You probably shouldn't trust anything like this that is closed source, which is why you can view the code on github!

That being said, the creator(s) of this chrome extension assume NO responsibility for any damages caused by this extension and as such can not be held liable for any problems related to or caused by this extension!

Please post any bugs or suggestions to the github page!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Binance Valuations Binance Valuations
ID gigeklhepgkfmglclnonjblcchoalpda
Επίσημο URL https://chromewebstore.google.com/detail/binance-valuations/gigeklhepgkfmglclnonjblcchoalpda
Περιγραφή Finds values of individual wallets inside binance!
Μέγεθος Αρχείου 336 KB
Αριθμός Εγκαταστάσεων 90
Τρέχουσα Έκδοση 0.4.0
Τελευταία Ενημέρωση 2018-04-13
Ημερομηνία Δημοσίευσης 2018-04-13
Αξιολόγηση 3.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής Cody Neiman
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Matrix-Guy/binance-valuations
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Matrix-Guy/binance-valuations/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binance Valuations",
    "version": "0.4.0",
    "description": "Finds values of individual wallets inside binance!",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}