Claude Usage Monitor Chrome Extension ยท Last updated May 2026 ยท Author: Trace Cohen
TL;DR
This extension collects nothing. All data stays in your browser. No servers, no tracking, no ads, no account required.
Claude Usage Monitor reads your Claude.ai usage percentages (e.g. "72% used") and reset times from the claude.ai/settings/usage page that you have already opened in your browser. It reads these values by observing the page you're already viewing โ the same way you would read them yourself.
Nowhere outside your device. All usage data is stored exclusively in chrome.storage.local โ a sandboxed, browser-local store that only this extension can read. It is never:
If you choose to install the optional local Python server for SwiftBar/xbar menu bar support, data is sent over localhost (127.0.0.1:39571) only โ it never leaves your machine. This component is entirely optional and is not installed by default.
The extension requires no account, no login, and no personal information of any kind. It works entirely offline after installation.
The full source code is publicly available at github.com/tracecohen/claude-usage-monitor. You can audit exactly what the extension does.
Built by Trace Cohen. Questions or concerns: t@nyvp.com