CoinDetector Crypto price and volume scanner

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

What is CoinDetector Crypto price and volume scanner?

CoinDetector Crypto price and volume scanner is a Chrome extension developed by kaleem hunzai, and its main feature is "Get notified of large volume & price actions during a specified time Interval".

Extension Screenshots

screenshot
screenshot

Download CoinDetector Crypto price and volume scanner Extension CRX File

Download CoinDetector Crypto price and volume scanner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name CoinDetector Crypto price and volume scanner CoinDetector Crypto price and volume scanner
ID nbojhgkmkpakgfljijgnfofliafnbbfk
Official URL https://chromewebstore.google.com/detail/coindetector-crypto-price/nbojhgkmkpakgfljijgnfofliafnbbfk
Description Get notified of large volume & price actions during a specified time Interval
File Size 98.58 KB
Installation Count 1,252
Current Version 3
Last Updated 2021-09-16
Publish Date 2020-06-01
Rating 4.22/5 Total 9 Ratings
Developer kaleem hunzai
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}