Token Watcher Chrome Extension · Last updated: June 10, 2026
Token Watcher is a Chrome browser extension that intercepts API responses from Claude.ai and ChatGPT to extract token usage metadata (input tokens, output tokens, cache tokens) and calculate the associated cost. All processing happens locally in your browser.
Token Watcher collects only the following fields from AI API responses:
| Field | Source | Purpose |
|---|---|---|
| Input token count | API response metadata | Cost calculation |
| Output token count | API response metadata | Cost calculation |
| Cache write / read token count | API response metadata | Cost calculation |
| Model name | API response metadata | Per-model cost breakdown |
| Timestamp | Generated locally | Daily trend chart |
| Site hostname | Current tab URL | Distinguish Claude vs ChatGPT |
We do not collect:
All data is stored locally on your device using the browser's built-in chrome.storage.local API. Data is automatically pruned after the retention window (7 days for the free plan, 30 days for Pro). No data is ever written to a database or file server.
Token Watcher does not share, sell, transmit, or otherwise disclose any collected data to third parties.
The only outbound network request made by the extension is the Gumroad license verification call (api.gumroad.com/v2/licenses/verify) when a user manually activates a Pro license key. This request contains only the license key and the product ID — no token data is included.
| Permission | Why it is needed |
|---|---|
storage |
Store token usage records and settings locally in the browser. |
alarms |
Schedule a daily background task to prune old records beyond the retention window. |
notifications |
Send an optional alert when daily cost exceeds a user-configured threshold. |
tabs |
Open the options / report page when the user clicks "Full Report" or "Settings" in the popup. |
| Host permissions (claude.ai, chatgpt.com, api.anthropic.com) |
Inject content scripts that intercept fetch responses to extract token count metadata from SSE streams. |
Token Watcher is a developer tool not directed at children under 13. We do not knowingly collect any information from children.
If this policy is updated, the "Last updated" date at the top of this page will be revised. Continued use of the extension after any changes constitutes acceptance of the updated policy.
Questions or concerns about this privacy policy can be sent to: can995835646@gmail.com