CoinDetector Crypto price and volume scanner

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

Co to jest CoinDetector Crypto price and volume scanner?

CoinDetector Crypto price and volume scanner to rozszerzenie Chrome opracowane przez kaleem hunzai, a jego główną funkcją jest „Get notified of large volume & price actions during a specified time Interval”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia CoinDetector Crypto price and volume scanner

Pobierz pliki rozszerzeń CoinDetector Crypto price and volume scanner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa CoinDetector Crypto price and volume scanner CoinDetector Crypto price and volume scanner
ID nbojhgkmkpakgfljijgnfofliafnbbfk
Oficjalny URL https://chromewebstore.google.com/detail/coindetector-crypto-price/nbojhgkmkpakgfljijgnfofliafnbbfk
Opis Get notified of large volume & price actions during a specified time Interval
Rozmiar pliku 98.58 KB
Liczba instalacji 1,252
Aktualna Wersja 3
Ostatnia Aktualizacja 2021-09-16
Data Publikacji 2020-06-01
Ocena 4.22/5 Łącznie 9 Oceny
Deweloper kaleem hunzai
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}