AI 产品解读Track, analyze, and visualize Counter-Strike 2 (CS2) case opening statistics by scraping Steam inventory history data
CS2 players have no built-in way to track their case opening history, luck statistics, and spending over time. This tool parses Steam inventory history to provide detailed analytics on case openings, item rarity breakdowns, gold/knife pull streaks, and inventory age.
User clicks 'Load your inventory history' in popup → navigates to their Steam inventory history page (requires Steam login) → extension content scripts scrape event data via Steam API pagination → displays real-time stats overlay (cases, golds, rarities, streaks) on the page → user optionally syncs data to lootspectrum.com via 'Create Account' for advanced web-based analytics and supporter features
Scrape and parse Steam inventory history for case opening events in real-timeDisplay live stats: total cases opened, gold/covert/classified/restricted/milspec countsTrack cases since last knife unboxing and cases to first knifeShow most opened items, gold item pulls, and skin frequencyInventory age detection by paginating through historyOptional sync to lootspectrum.com web app for advanced filtering by date, rarity, and streaks
- 目标用户
- CS2/Counter-Strike 2 players who open cases / Case opening enthusiasts tracking luck and statistics / Players wanting to visualize their inventory history and spending
- Payment/subscription logic is not present in the extension source - the 'Supporter Exclusive' features are managed entirely through the lootspectrum.com web service, so we cannot confirm the exact payment mechanism or pricing
- Cannot verify if the lootspectrum.com web app gates supporter features via API checks called from the extension or only on the web side
- The deterministic heuristic flagged 'upgrade' and 'purchase' as paid signals, but both are false positives (IndexedDB API and in-game CS2 events respectively)