CoinDetector Crypto price and volume scanner

Get notified of large volume & price actions during a specified time Interval

¿Qué es CoinDetector Crypto price and volume scanner?

CoinDetector Crypto price and volume scanner es una extensión de Chrome desarrollada por kaleem hunzai, y su función principal es "Get notified of large volume & price actions during a specified time Interval".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión CoinDetector Crypto price and volume scanner

Descarga archivos de extensión CoinDetector Crypto price and volume scanner en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre CoinDetector Crypto price and volume scanner CoinDetector Crypto price and volume scanner
ID nbojhgkmkpakgfljijgnfofliafnbbfk
URL Oficial https://chromewebstore.google.com/detail/coindetector-crypto-price/nbojhgkmkpakgfljijgnfofliafnbbfk
Descripción Get notified of large volume & price actions during a specified time Interval
Tamaño del Archivo 98.58 KB
Cantidad de Instalaciones 1,252
Versión Actual 3
Última Actualización 2021-09-16
Fecha de Publicación 2020-06-01
Calificación 4.22/5 Total de 9 Calificaciones
Desarrollador kaleem hunzai
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}