A Chrome extension that shows your Claude Pro/Max usage limits in real-time. Works on Windows, Linux, and macOS.
- Badge shows usage % - See your 5-hour session usage at a glance
- Color-coded - Green (<50%), Orange (50-80%), Red (>80%)
- Full breakdown in popup:
- 5-hour session with reset countdown
- Weekly limit with reset date
- Sonnet-specific weekly limit
- Extra usage spending
- Configurable refresh - 1 min, 5 min, 30 min, or 1 hour
- Cross-platform - Works anywhere Chrome runs
- Download or clone this repo
- Open Chrome →
chrome://extensions/ - Enable "Developer mode" (top right)
- Click "Load unpacked"
- Select the
claude-usage-extensionfolder
- Click the extension icon
- Paste your Claude OAuth token
- Click "Save Token"
security find-generic-password -s "Claude Code-credentials" -wCopy the accessToken value from the JSON.
Open this file in a text editor:
%APPDATA%\Claude\credentials.json
Copy the accessToken value.
Open this file:
~/.config/claude/credentials.json
Copy the accessToken value.
- Go to claude.ai and log in
- Open DevTools (F12) → Application → Cookies
- Find and copy a session token (if available)
- Chrome browser
- Claude Pro or Max subscription
- Claude Code installed and logged in (to get the OAuth token)
- Your token is stored locally in Chrome's extension storage
- Only communicates with
api.anthropic.com - No data sent anywhere else
- Open source - inspect the code yourself
- Token may be invalid or expired
- Click extension → Re-enter Token
- Make sure it starts with
sk-ant-oat01- - Try logging out and back into Claude Code to get a fresh token
MIT