CoinDetector Crypto price and volume scanner

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

Was ist CoinDetector Crypto price and volume scanner?

CoinDetector Crypto price and volume scanner ist eine Chrome-Erweiterung, die von kaleem hunzai entwickelt wurde, und ihr Hauptmerkmal ist "Get notified of large volume & price actions during a specified time Interval".

Erweiterungsscreenshots

screenshot
screenshot

CoinDetector Crypto price and volume scanner-Erweiterungs-CRX-Datei herunterladen

Laden Sie CoinDetector Crypto price and volume scanner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name CoinDetector Crypto price and volume scanner CoinDetector Crypto price and volume scanner
ID nbojhgkmkpakgfljijgnfofliafnbbfk
Offizielle URL https://chromewebstore.google.com/detail/coindetector-crypto-price/nbojhgkmkpakgfljijgnfofliafnbbfk
Beschreibung Get notified of large volume & price actions during a specified time Interval
Dateigröße 98.58 KB
Installationsanzahl 1,252
Aktuelle Version 3
Letztes Update 2021-09-16
Veröffentlichungsdatum 2020-06-01
Bewertung 4.22/5 Insgesamt 9 Bewertungen
Entwickler kaleem hunzai
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}