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是由kaleem hunzai开发的Chrome扩展程序,该扩展的主要功能是“Get notified of large volume & price actions during a specified time Interval”。

扩展截图

screenshot
screenshot

下载CoinDetector Crypto price and volume scanner扩展crx文件

下载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\/"
    ]
}