Binance Valuations

Finds values of individual wallets inside binance!

Binance Valuations क्या है?

Binance Valuations Cody Neiman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds values of individual wallets inside binance!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Binance Valuations एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        **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"
    }
}