Binance Valuations

Finds values of individual wallets inside binance!

O que é Binance Valuations?

Binance Valuations é uma extensão do Chrome desenvolvida por Cody Neiman, e sua principal característica é "Finds values of individual wallets inside binance!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Binance Valuations

Baixe arquivos de extensão Binance Valuations no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        **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!                    

Informações Básicas da Extensão

Nome Binance Valuations Binance Valuations
ID gigeklhepgkfmglclnonjblcchoalpda
URL Oficial https://chromewebstore.google.com/detail/binance-valuations/gigeklhepgkfmglclnonjblcchoalpda
Descrição Finds values of individual wallets inside binance!
Tamanho do Arquivo 336 KB
Contagem de Instalações 90
Versão Atual 0.4.0
Última Atualização 2018-04-13
Data de Publicação 2018-04-13
Classificação 3.00/5 Total de 10 Avaliações
Desenvolvedor Cody Neiman
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Matrix-Guy/binance-valuations
URL da Página de Ajuda https://github.com/Matrix-Guy/binance-valuations/issues
Idiomas Suportados 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"
    }
}