CoinTrap Cryptocurrency price and volume tracker for Binance

Cryptocurrency price & volume change tracker for binance & liquidations alerts with advanced controls

CoinTrap Cryptocurrency price and volume tracker for Binanceคืออะไร?

CoinTrap Cryptocurrency price and volume tracker for Binance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kaleem hunzai และคุณลักษณะหลักของมันคือ "Cryptocurrency price & volume change tracker for binance & liquidations alerts with advanced controls"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CoinTrap Cryptocurrency price and volume tracker for Binance

ดาวน์โหลดไฟล์ส่วนขยาย CoinTrap Cryptocurrency price and volume tracker for Binance ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Set alerts on price and volume change for all cryptocurrencies listed on binance with alert sound and browser notifications, no more 20 open tabs in your browser to track prices.

[This is an Un-Official Binance extension, it's not associated with Binance in any way, it can not access your account and it can not open trades for you, It uses the publicly available market data provided by Binance API to track price and volume changes]

****************** How to use ********************

Just navigate to the currency pair trading page on Binance and click the extension icon, it will auto-fill the pair name and the current price, then easily set alert target price using percentage buttons of .5%, 1%, 2%, 3% upto 10% change  or you can also enter a custom target price, additionally you can choose between two price tracking modes, the 'in x minutes' mode allows you to track volume increase as well.

********************** Features **********************
[*] Price change alerts.
[*] Volume increase alerts.
[*] Futures liquidations tracker and alerts.
[*] Browser notifications with pause & delete alert action buttons.
[*] Get alerts delivered directly to your Discord channel
[*] Find trending cryptocurrencies according to alerts added by users
[*] Different Up/Down alert sounds
[*] Track price change in a selected time interval
[*] Add multiple alerts at once
[*] Use Trailing target price of Fixed target price
[*] Manage alerts with groups
[*] Open pair trade page directly from extension
[*] Currency pair Auto-fill for Binance
[*] Set alert price using Percentage Increase/Decrease buttons. 
[*] Shows number of alerts set for current trading pair tab on extension icon.
[*] Intuitive user interface
[*] Ability to change price check poll interval from extension options.

******************** When do you use it ********************

Whenever I open a trade,  I place two alerts, one if price goes up and other for down so I don't end up the good opportunities to close the trade.
OR
You can set an alert to get notified when a certain coin hits the target price you were waiting for
OR
How-ever you want to use it.

Hope you'll enjoy this extension,

This extension tracks the market using the Binance API.

Please note that this extension can only track the prices, it is not a trading bot.

I don't own the alert sound, it's from https://notificationsounds.com/notification-sounds/piece-of-cake-611                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CoinTrap Cryptocurrency price and volume tracker for Binance CoinTrap Cryptocurrency price and volume tracker for Binance
ID ehmhocjlcagmfeokjhmgmednhbdhpgep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cointrap-cryptocurrency-p/ehmhocjlcagmfeokjhmgmednhbdhpgep
คำอธิบาย Cryptocurrency price & volume change tracker for binance & liquidations alerts with advanced controls
ขนาดไฟล์ 737 KB
จำนวนการติดตั้ง 11,117
เวอร์ชันปัจจุบัน 5
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2020-06-08
คะแนน 4.26/5 รวมทั้งหมด 53 คะแนน
ผู้พัฒนา kaleem hunzai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cryptopricealerts.net
URL หน้านโยบายความเป็นส่วนตัว https://www.termsfeed.com/live/7a93bc58-0289-48c5-98f4-4ac4a8e5eda3
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "48": "icon2.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "109",
    "name": "CoinTrap Cryptocurrency price and volume tracker for Binance",
    "description": "Cryptocurrency price & volume change tracker for binance & liquidations alerts with advanced controls",
    "version": "5",
    "options_page": "options.html",
    "author": "kaleem",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/www.binance.com\/en\/trade\/pro\/*"
    ]
}