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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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