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
Eメール [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"
    }
}