Poloniex™ Ninja

Improved overview of crypto balance on Poloniex™: buy price, growth rate and USD value of your bitcoin, ethereum and altcoins.

O que é Poloniex™ Ninja?

Poloniex™ Ninja é uma extensão do Chrome desenvolvida por codesonzh, e sua principal característica é "Improved overview of crypto balance on Poloniex™: buy price, growth rate and USD value of your bitcoin, ethereum and altcoins.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Poloniex™ Ninja

Baixe arquivos de extensão Poloniex™ Ninja 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

                        Poloniex™ Ninja provides simple features which are otherwise unavailable on the Poloniex™ website during trading and auditing.

Consider donating 0.002 BTC or more to this address:

  15gdw8khnhEvVEEjbSR8aXSPvbwNdCUEPJ


## Features

* Extra balance columns for better stats and tracking
* Real-time ticker of current prices and holdings
* Filtering of untraded coins (e.g. to see earnings for sold out coins)
* Easy settings via Chrome toolbox or right-click context menu
* Inline donation info at withdrawal form (accepting various coins)

The extra balance columns are as follows:

* **BTC Price** - The last market price of the coin in BTC
* **USDT Price** - The last market price of the coin in USDT
* **AVG Buy Price** - the average weighted buy price which justifies the current
  balance of the coin; we consider the transaction history backwards up to the
  point where the net balance was 0 (including deposits and withdrawals) - this
  will match your trade history analysis only if you follow the same algorithm.
* **EST Buy Value** - the estimated buy value of the current balance (Balance *
  AVG Buy Price)
* **Change** - The growth comparing the current BTC Value against AVG Buy Value,
  this indicator tells you if you're currently losing or gaining money
* **USD Value** - Estimated value of the coin in USDT (BTC converted to USD)
* **Earnings** - Total earnings at last sale in BTC. Given the coin trade
  history (against BTC only), we compute the earnings and exclude the last
  consecutive purchases you made. The fees are also deducted so it's net profit
  or loss without the last purchases.
* **Earnings USD** - Same as above, converted according to current USD/BTC
  ratio.

**Notice!**

AVG Buy Price, AVG Buy Value and Change columns only consider BTC transactions
against an altcoin other than USDT. This means that for example ETH and XMR
exchanges for other altcoins are not taken into account (the Change column may
be incorrect as well as the AVG columns).

![Balance columns](https://github.com/codesonzh/poloniex-ninja/blob/master/docs/balances.png?raw=true)


## Privacy

Poloniex™ Ninja does not collect any information about the user, prices,
balances or other information or meta data associated while using the extension.
All computation is done on the client, however some data may be requested using
the fetch or XHR API exclusively from the Poloniex™ server (only GET requests)
in order to provide more context and to be up to date.

The extension is only requesting access to [www.|api2.]poloniex.com and no other
origins, hence no data is being collected and the program only operates in the
browser. An additional storage permission is requested to be able to persist the
user settings for the extension (Chrome sync mechanism). This does not interfere
with any other Chrome extension or user data as the storage model is isolated to
the target extension only.

As the extension is not collecting any analytics, your feedback is invaluable
to the authors for guiding the tool towards new features, bug fixes and other
improvements.


## Disclaimer

This software comes with no warranty whatsoever. Any issue, damage or material
loss occurred during the use of the software will not be reimbursed, repaired or
otherwise acted upon by the authors. If you're using this software, you're
willfully accepting the risk of a failure due to a bug, unexpected change of
the Poloniex™ software or any other factor. Please review the LICENSE file for
more details. The license is available at
https://github.com/codesonzh/poloniex-ninja/blob/master/LICENSE .

The extension is built for research, exploratory and testing purposes without
collecting any data from Poloniex™, without affecting other users and with a
very low impact on the service itself (only GET requests counting well below API
rate limits), please be mindful when installing extensions and make sure to
review the terms and conditions of Poloniex™ before using this or other similar
software.

The extension is only doing what any user with a browser and a developer console
can achieve and does not use any exploits to achieve advantage as a trader. The
only edge gained is less time doing side calculations using external tools and
a lower probability of making a mistake given all works as intended.

The software reads available data for which the user gives permission and which
the user itself can access and modifies parts of pages which are clearly visible
as the extension side-effect. The extension will never try to post any data
instead of the user nor prevent a user from performing an action. Modifications
on the pages are only readable, non-actionable and done on the DOM level. No
existing code of the website is ever getting modified or interfered with as this
is built as a layer on top of the existing program (only in-memory DOM changes
are applied). All computation is done in the browser tab and never leaves it's
execution context (which is also achievable using the developer console).                    

Informações Básicas da Extensão

Nome Poloniex™ Ninja Poloniex™ Ninja
ID bolkcpoadmphlmcmomikoignlklcnldm
URL Oficial https://chromewebstore.google.com/detail/poloniex-ninja/bolkcpoadmphlmcmomikoignlklcnldm
Descrição Improved overview of crypto balance on Poloniex™: buy price, growth rate and USD value of your bitcoin, ethereum and altcoins.
Tamanho do Arquivo 249 KB
Contagem de Instalações 591
Versão Atual 0.0.46
Última Atualização 2019-03-06
Data de Publicação 2019-03-06
Classificação 4.67/5 Total de 18 Avaliações
Desenvolvedor codesonzh
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://gist.github.com/codesonzh/05ed634845a3c61a4de86db66a6c7c55
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "img\/icon32x32.png",
        "img\/icon48x48.png",
        "img\/icon64x64.png",
        "img\/binance-ninja-icon48x48.png",
        "img\/donate-qr-code.png",
        "html\/promo201903.html"
    ],
    "description": "Improved overview of crypto balance on Poloniex\u2122: buy price, growth rate and USD value of your bitcoin, ethereum and altcoins.",
    "short_name": "poloninja",
    "icons": {
        "128": "img\/icon128x128.png",
        "32": "img\/icon32x32.png",
        "64": "img\/icon64x64.png",
        "48": "img\/icon48x48.png",
        "16": "img\/icon16x16.png"
    },
    "author": "codesonzh (@codesonzh)",
    "background": {
        "scripts": [
            "js\/jquery-2.1.3.min.js",
            "js\/settings.js",
            "js\/background.js"
        ]
    },
    "homepage_url": "https:\/\/github.com\/codesonzh\/poloniex-ninja",
    "version": "0.0.46",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.poloniex.com\/*",
                "https:\/\/poloniex.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/content-style.css"
            ],
            "js": [
                "js\/jquery-2.1.3.min.js",
                "js\/jquery.qtip.min.js",
                "js\/consts.js",
                "js\/settings.js",
                "js\/websocket.js",
                "js\/promo.js",
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.poloniex.com https:\/\/poloniex.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon128x128.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "https:\/\/www.poloniex.com\/",
        "https:\/\/poloniex.com\/",
        "https:\/\/api2.poloniex.com\/",
        "storage",
        "contextMenus"
    ],
    "name": "Poloniex\u2122 Ninja"
}