Real-time Claude Usage Tracker
A browser extension for Chrome and Edge that shows your real-time Claude usage limits — current session and Weekly limits, and extra usage credits — directly on the page and in the browser toolbar popup.
- 📊 Live Usage Bars: Visual progress bars for your current session and Weekly limits
- 🔄 Auto-Refresh: Data refreshes automatically every 60 seconds
- ⏱ Countdown Timer: See exactly how many seconds until the next refresh
- 💳 Extra Usage Support: Displays extra (paid) usage if enabled on your account
- 🗂 Popup + Overlay: Access usage from the toolbar popup or via the floating on-page widget
- 🌙 Auto Dark/Light Mode: Adapts to your system theme automatically
- 🔐 100% Private: Reads directly from Claude's own API using your existing session — no external servers, no tracking
- Chrome: Chrome Web Store →
- Edge: Microsoft Edge Add-ons →
-
Download or clone this repository
-
Open
chrome://extensions(oredge://extensions) -
Enable Developer mode (top right toggle)
-
Click Load unpacked
-
Select this folder ClaudeUsageAnalytics
-
Open claude.ai — the usage widget will appear in the bottom-right corner
ClaudeUsageAnalytics/
├── manifest.json # Extension manifest (MV3)
├── content.js # Injected overlay widget
├── popup.html # Toolbar popup UI
├── popup.js # Popup logic
├── utils/
│ └── apiClient.js # Claude API client (org discovery + usage fetch)
└── icons/
├── icon16.png
├── icon48.png
└── icon128.png
| Permission | Reason |
|---|---|
scripting |
Inject the usage widget into claude.ai tabs |
storage |
Persist user preferences (e.g. theme) across sessions |
tabs |
Query open claude.ai tabs from the popup |
host_permissions: claude.ai/* |
Access Claude's API using your existing session |
No data ever leaves your browser. No external servers are contacted.
Pull requests are welcome! Ideas for contributions:
This project is licensed under the MIT License — see the LICENSE file for details.
Click the Claude Usage label on the floating widget to collapse it when you don't need it — it stays out of the way until you're ready.


