Privacy Policy
Last updated: May 17, 2026
1. Data Collection
The "Superpower for ChatGPT" Chrome Extension is primarily a client-side application. We do not automatically collect, store, or transmit your personal information, chat content, or browsing history.
2. Data Storage
All user data generated by the extension (such as saved prompts, saved chains, saved folders, per-chat notes, usage counts, and settings preferences) is stored locally on your device using the browser's chrome.storage.local and chrome.storage.sync capabilities. Data placed in chrome.storage.sync may be synced across your own devices if you have Chrome Sync enabled, but it is not accessible to the developer.
3. Website Interactions
The extension interacts with chatgpt.com to provide features such as Prompt Optimization, Usage Counter, Message Queue, Message Timestamps, Folders, and Chat Export. These interactions occur strictly within your browser using your existing ChatGPT session.
- Prompt Optimization: Your prompt is temporarily copied to a hidden background tab opened on chatgpt.com (in temporary-chat mode) within your own browser session to generate an optimized version. It is never sent to any external server owned by the developer.
- Usage Counter: The extension counts messages you send from this browser by observing successful POSTs to ChatGPT's own conversation endpoint via a local fetch wrapper. Counts are stored locally in
chrome.storage.localand never transmitted externally. - Message Queue: The extension monitors ChatGPT's streaming state locally (by watching for the stop button) to detect when a response has finished generating, so it can automatically send the next queued message. No network data is collected or transmitted externally.
- Message Timestamps: The extension reads
create_timevalues from ChatGPT's own conversation API responses to label each assistant turn with its server timestamp. All processing happens locally in your browser. - Folders & Chat List: To list your conversations inside the Folders modal, the extension reads from ChatGPT's own
/backend-api/conversationsendpoint using your existing session. The chat list is cached in memory and never sent externally. - Chat Export: The extension reads conversation data from ChatGPT's own conversation API (for Markdown) or uses the browser's built-in print dialog (for PDF). All processing happens locally in your browser.
4. Permissions
The extension requests the following browser permissions:
- storage: To save your settings, prompts, chains, folders, and preferences locally.
- tabs: To interact with the chatgpt.com tab and manage the hidden background tab used for prompt optimization.
- scripting: To inject interface enhancements and to drive the prompt-optimization worker tab.
- alarms: To schedule periodic license validation checks.
- Host access to chatgpt.com: To inject the interface enhancements and read page content (DOM and ChatGPT's own API responses) on chatgpt.com, as described in Section 3.
- Optional host permission for api.lemonsqueezy.com: Requested only at the moment you activate a license key, for the optional premium features described in Section 5. If you never activate a license, this permission is never granted or used.
5. Premium Licensing (Pro Features)
If you choose to activate a premium license key, the extension communicates with LemonSqueezy (a third-party payment and licensing platform) to validate your license. This involves sending your license key to api.lemonsqueezy.com for activation, periodic validation, and deactivation. This communication only occurs if you voluntarily enter a license key. No personal payment information is handled by the extension itself — all purchases are processed directly by LemonSqueezy through their website.
6. Bug Reporting & Feature Proposals
The extension provides "Report a Bug" and "Propose a Feature" buttons that open Google Forms.
- Report a Bug: Automatically pre-fills your Extension Version and User Agent (browser/OS details) into the form URL.
- Propose a Feature: Automatically pre-fills your Extension Version into the form URL.
- Voluntary Submission: This data is only transmitted to Google Forms if you manually click "Submit." Simply opening the form does not send any data to the developer.
- Purpose: This information is used solely for troubleshooting bugs and prioritizing feature development.
7. Uninstall Feedback
When the extension is uninstalled, your browser may open a feedback form. The only data included automatically in the URL is the extension version number. No personal information is transmitted. Submitting the form is entirely voluntary.
8. Third-Party Services
This extension enhances the user interface of ChatGPT by OpenAI. It is not affiliated with OpenAI, Inc. The extension functions by injecting custom interface elements, managing local storage for organization, and automating specific user actions on the ChatGPT website. The following third-party services are used:
- ChatGPT (chatgpt.com): The target website the extension enhances. All page interactions occur locally in your browser using your existing session.
- LemonSqueezy (api.lemonsqueezy.com): License key validation for optional premium features, as described in Section 5. Only contacted when a license key is provided.
9. Data Management & Liability
The extension interacts with the ChatGPT web interface to provide features such as prompt optimization, message queueing, chat export, usage tracking, message timestamps, folders, and prompt/chain libraries. While we strive for reliability, the software is provided "as is." The developer is not responsible for any data loss, unintended modifications, or disruption of functionality caused by network errors, changes to the ChatGPT user interface, browser updates, or user error.
10. Data Retention
Locally stored data (folders, prompts, chains, settings, chat notes, usage counts) remains on your device until you delete it from within the extension or uninstall the extension. License validation records sent to LemonSqueezy are retained according to LemonSqueezy's own retention policy.
11. Contact
If you have questions about this policy, you can contact the developer at [email protected].