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”。
擴展截圖
下載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 |
ID | nbojhgkmkpakgfljijgnfofliafnbbfk |
官方網址 | 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\/" ] } |