CoinDetector Crypto price and volume scanner
Get notified of large volume & price actions during a specified time Interval
Cos'è CoinDetector Crypto price and volume scanner?
CoinDetector Crypto price and volume scanner è un'estensione di Chrome sviluppata da kaleem hunzai, e la sua funzione principale è "Get notified of large volume & price actions during a specified time Interval".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CoinDetector Crypto price and volume scanner
Scarica i file di estensione CoinDetector Crypto price and volume scanner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | CoinDetector Crypto price and volume scanner |
ID | nbojhgkmkpakgfljijgnfofliafnbbfk |
URL Ufficiale | https://chromewebstore.google.com/detail/coindetector-crypto-price/nbojhgkmkpakgfljijgnfofliafnbbfk |
Descrizione | Get notified of large volume & price actions during a specified time Interval |
Dimensione del File | 98.58 KB |
Conteggio Installazioni | 1,252 |
Versione Corrente | 3 |
Ultimo Aggiornamento | 2021-09-16 |
Data di Pubblicazione | 2020-06-01 |
Valutazione | 4.22/5 Totale 9 Valutazioni |
Sviluppatore | kaleem hunzai |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |