Free Chrome extension that monitors CSGOEmpire listings in real-time and alerts you when items are listed below market value.
- WebSocket connection to CSGOEmpire - no polling, instant detection
- Live overlay on the withdraw page showing every new listing
- Empire vs Buff163/Skins.com price comparison on each item
- Instant popup notification when a deal hits your threshold
- Sound alerts - never miss a deal even if you're tabbed out
- Configurable threshold from 5% to 60%
- CSFloat real profit check - fetches lowest listing, calculates fees
- Net profit calculation including CSFloat fee (2%) and withdrawal fee (2.5%)
- Break-even bid price so you know your max buy price
- Last 5 sales on CSFloat for price validation
- Track every deal with timestamp, prices, and discount %
- Search and filter by item name
- Stats dashboard - total deals, average discount, best deal
- Exclude item types - stickers, graffiti, packages, pins, music kits, patches, charms, cases
- StatTrak knife filter - toggle separately
- Live filters - no save needed, changes apply instantly
- One-click buy - copies item name and opens CSGOEmpire
- Auto-save - clicking "Start scanning" saves your API keys automatically
| Live Scanner Overlay | Deal Alert |
|---|---|
![]() |
![]() |
| Profit Check | Deal History |
|---|---|
![]() |
![]() |
- Visit the Chrome Web Store listing (coming soon)
- Click "Add to Chrome"
- Done!
- Download or clone this repo
- Open
chrome://extensions/ - Enable Developer mode (top right)
- Click Load unpacked
- Select the
netherbladefolder - Open CSGOEmpire - Nether Blade is active!
- Get your CSGOEmpire API key at csgoempire.com/trading/apikey
- Get a free PricEmpire API key at pricempire.com/settings/developer
- (Optional) Get a CSFloat API key at csfloat.com/profile for profit verification
- Click the Nether Blade icon in your toolbar
- Go to Settings tab and paste your API keys
- Click Save API Keys
- Go to Scanner tab and click Start scanning
- Open the CSGOEmpire withdraw page and watch for deals
netherblade/
├── manifest.json # Extension manifest (MV3)
├── src/
│ ├── background.js # Service worker - WebSocket, price fetching, deal detection
│ ├── content.js # Content script - overlay on CSGOEmpire
│ ├── popup.html # Extension popup UI
│ ├── popup.js # Popup logic - settings, scanner controls
│ ├── overlay.css # Overlay and alert styles
│ ├── csfloat_bridge.js # CSFloat API integration for profit checks
│ ├── history.html # Deal history page
│ └── history.js # Deal history logic
└── icons/ # Extension icons (16, 32, 48, 128px)
- No data collection - everything runs locally in your browser
- No servers - API calls go directly to CSGOEmpire, PricEmpire, CSFloat, and Steam
- No tracking inside the extension
- Full privacy policy at rftwlk.com/privacy
Found a bug? Have a feature idea?
Made profit from a sniped deal? Consider sending a thank-you skin:
GPL-3.0 License - see LICENSE for details.
rftwlk.com | Discord | Steam



