CoinDetector Crypto price and volume scanner

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

Что такое CoinDetector Crypto price and volume scanner?

CoinDetector Crypto price and volume scanner - это расширение Chrome, разработанное kaleem hunzai, и его основная функция - "Get notified of large volume & price actions during a specified time Interval".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения CoinDetector Crypto price and volume scanner

Скачайте файлы расширений CoinDetector Crypto price and volume scanner в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название CoinDetector Crypto price and volume scanner CoinDetector Crypto price and volume scanner
ID nbojhgkmkpakgfljijgnfofliafnbbfk
Официальный URL https://chromewebstore.google.com/detail/coindetector-crypto-price/nbojhgkmkpakgfljijgnfofliafnbbfk
Описание Get notified of large volume & price actions during a specified time Interval
Размер файла 98.58 KB
Количество установок 1,252
Текущая Версия 3
Последнее Обновление 2021-09-16
Дата публикации 2020-06-01
Рейтинг 4.22/5 Всего 9 оценок
Разработчик kaleem hunzai
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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\/"
    ]
}