AI Usage Timeline

Privacy Policy

Last updated: 27 July 2026

The short version. The extension stores everything it measures on your own computer. It has no server, no account, no analytics and no third-party services. No data is ever transmitted to the developer or to anyone else.

What the extension reads

While you are signed in to the services in the same Chrome profile, the extension periodically requests the same internal usage endpoints that the web apps themselves use:

From those responses it keeps only two kinds of numbers: a percentage (0–100) of the limit consumed, and the timestamp at which that limit resets.

The extension does not read, store or transmit your conversations, prompts, completions, files, API keys, passwords, or the contents of any other website.

What is stored, and where

All measurements and settings are written to chrome.storage.local, which lives in your Chrome profile on your device. Measurements older than 90 days are deleted automatically.

Nothing is uploaded. The only network requests the extension makes are to claude.ai and chatgpt.com, authenticated with the session cookies already present in your browser — exactly as if you had opened those pages yourself.

If a background request cannot use your session, the extension briefly opens an inactive tab on the provider's own site, reads the same usage JSON there, and closes the tab again.

Permissions and why they are needed

PermissionWhy
alarmsSchedule the periodic measurement (every 5–60 minutes, your choice).
storageKeep the measurement history and your settings locally.
tabsOpen and close the temporary fallback tab described above.
scriptingRun the usage request inside that fallback tab.
claude.ai, chatgpt.com host accessRead the usage endpoints of those two services.

Your control over the data

Data sharing and sale

The developer does not collect, receive, sell, rent or share any user data. There is nothing to share — the data never leaves your machine.

Changes to this policy

Any change will be published on this page with a new “Last updated” date.

Contact

Questions or reports: andris@strt.hu, or open an issue on GitHub.