TokenSaver is a Chrome extension that intercepts paste events on LLM chat sites (Claude, ChatGPT, Gemini, etc.) and removes redundant whitespace and formatting noise from pasted text to reduce token usage. All text processing happens entirely within your browser using JavaScript.
None. TokenSaver does not collect any personal information, browsing history, or content of any kind.
The extension stores two things locally on your device using the Chrome storage API:
chrome.storage.sync.chrome.storage.local.This data never leaves your device and is never transmitted to any server.
TokenSaver makes zero network requests. It has no backend, no analytics, no crash reporting, and no telemetry of any kind. You can verify this by inspecting the source code on GitHub.
TokenSaver does not share data with any third party because it does not collect any data in the first place.
If this policy changes, the updated version will be posted at this URL with a new effective date.
Questions? Open an issue at github.com/shuaills/tokensaver/issues.