CoinDetector Crypto price and volume scanner
Get notified of large volume & price actions during a specified time Interval
O que é CoinDetector Crypto price and volume scanner?
CoinDetector Crypto price and volume scanner é uma extensão do Chrome desenvolvida por kaleem hunzai, e sua principal característica é "Get notified of large volume & price actions during a specified time Interval".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CoinDetector Crypto price and volume scanner
Baixe arquivos de extensão CoinDetector Crypto price and volume scanner 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
Get notified of large volume & price actions during a specified time Interval, Users can set the amount of volume and price change which will trigger the alert this extension uses coin data from binance, this extension is the advanced version of https://agile-cliffs-23967.herokuapp.com/binance, icon made by https://www.freepik.com/ from https://flaticon.com/ Coinbase momentum indicator | Binance momentum indicator | cryptocurrency momentum indicator version number = my btc balance
Informações Básicas da Extensão
Nome | CoinDetector Crypto price and volume scanner |
ID | nbojhgkmkpakgfljijgnfofliafnbbfk |
URL Oficial | https://chromewebstore.google.com/detail/coindetector-crypto-price/nbojhgkmkpakgfljijgnfofliafnbbfk |
Descrição | Get notified of large volume & price actions during a specified time Interval |
Tamanho do Arquivo | 98.58 KB |
Contagem de Instalações | 1,252 |
Versão Atual | 3 |
Última Atualização | 2021-09-16 |
Data de Publicação | 2020-06-01 |
Classificação | 4.22/5 Total de 9 Avaliações |
Desenvolvedor | kaleem hunzai |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "48": "alarm.png" }, "background": { "scripts": [ "bg.js" ] }, "browser_action": [], "manifest_version": 2, "name": "CoinDetector Crypto price and volume scanner", "description": "Get notified of large volume & price actions during a specified time Interval", "version": "3", "author": "kaleem ullah khan", "permissions": [ "https:\/\/api.binance.com\/" ] } |