ClaudeTuner Extension Is Now Open Source
Hi, this is Claude Tuner.
We've released the full source code of the Claude Tuner Chrome extension under the MIT license. Anyone is free to view, modify, and redistribute the code.
Why we're doing this
When installing a usage-tracking extension, some users have reached out asking, "Does this extension collect my conversation content?" In enterprise environments especially, extensions often need to pass a security team code audit before they can be installed. By making our code public, we want to address those concerns directly.
What you can verify for yourself
- Whether only essential data like usage rates, plan type, and reset times are collected
- Where that data is sent
- Whether conversation content, attachments, or other sensitive data are never accessed
No build step
Claude Tuner has no compilation or build process — the source code on GitHub is identical to the files published on the Chrome Web Store. Anyone who can read code can verify this.
GitHub: https://github.com/chaehyun2/claudetuner
Bug reports, feature requests, and code contributions are all welcome. If you have any questions, please open a GitHub Issue.