Last updated: 20 July 2026
This extension collects nothing, stores nothing, and sends nothing anywhere.
The extension runs only on https://chatgpt.com/*. It wraps the page’s own
fetch function so it can read the conversation JSON that ChatGPT already
loads, count the tokens in it, and display the total in a badge on the page.
All of this happens in your browser tab, in memory, while the tab is open.
The extension does not:
chrome.storage, in localStorage, or in cookieschatgpt.comConversation text is read to compute a token count and is discarded when the tab is closed or reloaded. Nothing persists between sessions.
https://chatgpt.com/* — required to inject the counter
into ChatGPT pages and read the conversation payload the page has already
fetched. This is the only site the extension can access.The extension requests no other permissions.
None. There is no backend server associated with this extension.
If this policy changes, the updated version will be published at this URL and the “last updated” date will change.
Questions about this policy can be raised as an issue on the project repository.
This extension is an independent project. It is not affiliated with, endorsed by, or sponsored by OpenAI. “ChatGPT” is a trademark of OpenAI.