she-llac/claude-counter
A browser extension that monitors Claude.ai conversation token counts, cache timers, and API usage with progress bars.

Claude Counter is a minimal browser extension that overlays Claude.ai with real-time usage metrics. It intercepts API responses to approximate token counts against the 200k context limit, tracks conversation cache duration, and displays session and weekly API usage with progress bars. It uses a vendored tokenizer (o200k_base) for counting and pulls exact unrounded utilization data from SSE message_limit events rather than the rounded /usage page percentages.