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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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