A Chrome extension that enhances the BinaryRanked experience with:
- 📊 Skill chart overlay
- 📈 Average (Ao5 / session) tracking
- 🌍 Easy-to-view global ranks
- 🎛 Button customization
- ⚡ Quality-of-life improvements
Designed to stay lightweight and unobtrusive while adding meaningful competitive insight.
Visualizes your performance across all game modes using a radar chart overlay.
The chart converts your personal bests into normalized skill scores relative to competitive benchmarks.
- Displays recent Ao5 breakdowns
- Properly handles DNFs
- Marks best and worst solves
- Helps track consistency trends
Built to reflect actual competitive averaging behavior.
Quickly view your global rank in each mode without navigating away from the main interface.
Optimized for fast comparison and readability.
- Toggle overlay visibility
- Adjust button placement
- Clean, minimal styling
- Designed to blend naturally with the native UI
Small interface refinements that make competitive play smoother and more informative without disrupting gameplay.
| Mode | Grid |
|---|---|
| Sprint (C) | 4×8 |
| Classic (C) | 8×8 |
| Long (C) | 16×8 |
| Double (C) | (4×2)×(4×2) |
| ULTRA (C) | 32×8 |
| Zebra | 8×(1×8) |
| 2-Step | 8×(4×2) |
| Split | 8×(2×4) |
| Consistency | 12×8 |
Each personal best is converted to a normalized skill score:
score = min(benchmark_time / your_pb_time, 1.0)
- Faster than benchmark → 1.0
- Slower → proportional score
- No PB → not shown
Benchmarks are based on competitive reference times.
- Open Chrome and navigate to
chrome://extensions/ - Enable Developer mode
- Click Load unpacked
- Select the extension folder
- Open BinaryRanked in your browser
- Use the extension controls directly within the game page
binaryranked-extension/
├── manifest.json
├── content.js
├── skill-chart.css
├── popup.html
├── popup.js
└── README.md
- Expanded session statistics panel
- Exportable performance history
- Additional visual themes
- Advanced consistency metrics