Binance Valuations

Finds values of individual wallets inside binance!

什么是Binance Valuations?

Binance Valuations是由Cody Neiman开发的Chrome扩展程序,该扩展的主要功能是“Finds values of individual wallets inside binance!”。

扩展截图

screenshot
screenshot

下载Binance Valuations扩展crx文件

下载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"
    }
}