Chrome Extension
This Privacy Policy describes how the "ChatGPT Bulk Delete Manager" Chrome Extension handles your data. We take user privacy extremely seriously and have engineered this tool to run completely locally inside your browser sandbox.
We do not collect any personal information, usage metrics, analytics, or private tokens. The extension operates with a zero-telemetry architecture. We do not have databases or remote tracking servers.
To enable multi-selection, live previews, backups, and bulk deletion, the extension must interact locally with ChatGPT's internal backend endpoints on the page. Here is how that data is processed:
chatgpt.com to acquire the session bearer token. This is used solely to authenticate pagination lists and deletion requests, and never leaves your browser.The extension requires the following permissions in Google Chrome to perform its tasks:
activeTab: Used to inject the dashboard UI (CSS styles and script elements) on top of the ChatGPT tab.https://chatgpt.com/* & https://chat.openai.com/*): Required to allow the extension to read and write visibility states (deletion requests) for your active web sessions on those domains.This extension interacts with OpenAI's ChatGPT web interface. However, it is an independent developer tool and is not affiliated with, endorsed by, or sponsored by OpenAI. Any communication with OpenAI's backend APIs is subject to OpenAI's own Privacy Policy and Terms of Service.
Since the project is open-source, any updates to the extension's behavior or privacy declarations will be logged and visible in our public GitHub repository commits.
If you have any questions or would like to review the code yourself, please visit the official project repository at GitHub.