A free Chrome extension that tracks live Plinko betting statistics on Duel.com. Real-time stats, persistent storage, and a clean UI. by symlink
- Live Bet Tracking: Monitors and captures bet requests from the Plinko game on Duel.com
- Real-time Statistics: Displays comprehensive betting statistics including:
- Total bets placed
- Total amount wagered
- Total profit/loss
- Average payout multiplier
- Risk level breakdown (high, medium, low)
- Recent bet history
- Persistent Storage: Maintains statistics across page reloads using Chrome storage
- Modern UI: Clean, responsive interface with dark theme and smooth animations
- Draggable Window: Stats window can be moved around the screen
- Reset Functionality: Clear all statistics with a single click
-
Download the Extension Files
- Download all the extension files to a folder on your computer
- Ensure you have the following files:
manifest.jsoncontent.jsbackground.jsstyles.css
-
Open Chrome Extensions Page
- Open Google Chrome
- Navigate to
chrome://extensions/ - Or go to Menu → More Tools → Extensions
-
Enable Developer Mode
- Toggle the "Developer mode" switch in the top-right corner
-
Load the Extension
- Click "Load unpacked"
- Select the folder containing the extension files
- The extension should now appear in your extensions list
-
Pin the Extension (Optional)
- Click the puzzle piece icon in Chrome's toolbar
- Find "Duel Live Stats" and click the pin icon
- Create a ZIP file containing all the extension files
- Rename the ZIP file to have a
.crxextension (optional) - Load the extension using the same steps as Method 1
-
Navigate to Duel.com Plinko
- Go to
https://duel.com/plinko - The extension will automatically activate on this page
- Go to
-
Access the Stats Window
- Look for the circular stats icon in the bottom-right corner of the page
- Click the icon to open the live stats window
-
Start Playing
- Place bets in the Plinko game
- The extension will automatically track and display statistics
- Toggle: Click the stats icon to open/close the window
- Move: Drag the window by its header to reposition it
- Reset: Click the "Reset" button to clear all statistics
- Close: Click the "×" button to close the window
- Total Bets: Number of bets placed
- Total Wagered: Sum of all bet amounts
- Total Profit: Net profit/loss (green for profit, red for loss)
- Total Winnings: Total amount won from all bets
- Avg Multiplier: Average payout multiplier across all bets
- Risk Level Breakdown: Count of bets by risk level
- Recent Bets: Last 10 bets with details
- Manifest V3: Uses the latest Chrome extension manifest format
- Content Script: Injects UI and intercepts network requests
- Background Script: Handles extension lifecycle and communication
- Chrome Storage: Persists data across sessions
webRequest: Monitor network requestsstorage: Save statistics dataactiveTab: Access current tab information
- Chrome 88+ (Manifest V3 support required)
- Other Chromium-based browsers (Edge, Brave, etc.)
- Check URL: Ensure you're on
https://duel.com/plinkoexactly - Reload Page: Refresh the page after installing the extension
- Check Console: Open Developer Tools (F12) and check for errors
- Reinstall: Remove and reinstall the extension
- Check Network: Ensure you have a stable internet connection
- Verify Game: Make sure you're actually placing bets in the Plinko game
- Clear Cache: Clear browser cache and reload the page
- Reset Stats: Use the reset button to clear corrupted data
- Zoom Level: Check if browser zoom is set to 100%
- Screen Resolution: The extension is optimized for standard screen sizes
- Browser Extensions: Disable other extensions that might interfere
duel-live-stats/
├── manifest.json # Extension config
├── content.js # UI & bet tracking
├── background.js # Service worker
├── styles.css # UI styles
└── README.md
- Content Script: Handles DOM injection, fetch interception, and UI management
- Background Script: Manages extension state and communication
- Storage: Uses Chrome's local storage for data persistence
- Fetch Interception: Overrides the fetch API to capture bet responses
You can modify the extension by editing the source files:
- UI Changes: Edit
styles.cssfor visual modifications - Functionality: Modify
content.jsfor behavior changes - Configuration: Update
manifest.jsonfor permissions and settings
- Data Storage: All data is stored locally on your device
- No External Servers: The extension doesn't send data to external servers
- Local Only: Statistics are only accessible to you
If you encounter issues or have questions:
- Check this README for common solutions
- Review the browser console for error messages
- Ensure you're using a compatible browser version
- Try reinstalling the extension
Free to use and share. Credit symlink appreciated. Not affiliated with Duel.com; use at your own risk. For personal statistics only.