1 item
Real-time whale transaction monitoring with market analysis and instant notifications. Real-time tracking of large crypto transactions with actionable analysis and instant notifications. What it does. Crypto Whale Alert Tracker surfaces large ('whale') cryptocurrency transaction alerts in a Chrome side panel and raises desktop notifications when configured thresholds are crossed. Price context is pulled from CoinGecko public price API, Whale Alert API endpoint (constant present in code). Key features (found in code): - Side-panel UI (`sidepanel.html`) opened via `chrome.sidePanel` (background.js:21, background.js:22) - Right-click context-menu action "Open Whale Alert Monitor" via `chrome.contextMenus` (background.js:42, background.js:122) - Data source: CoinGecko public price API (`api.coingecko.com`, background.js:6) - Data source: Whale Alert API endpoint (constant present in code) (`api.whale-alert.io`, background.js:7) - Periodic background refresh via `chrome.alarms` (background.js:25, background.js:29) - Desktop notifications via `chrome.notifications` (background.js:358, background.js:379) - User-configurable alerts, stored locally in `chrome.storage.local` (background.js:7) Who it's for. Traders who watch large on-chain movements ('smart money') for market signals. No background data collection, no ads, no tracking, no account required.
rating_count is the Chrome Web Store ratings count, not a written-review count.