Back to home

Privacy Policy

Chat Central Browser Extension

Effective Date: February 2, 2026 · Version: 1.0

Overview

Chat Central is an open-source browser extension (licensed under GPL-3.0) that helps you manage, search, and export your AI conversations from Claude, ChatGPT, and Gemini. This privacy policy explains what data the extension handles, how it is stored, and what controls you have over it.

The core principle is simple: your data stays on your device unless you explicitly choose otherwise.

1. What Data Is Collected

Chat Central captures and stores the following data locally in your browser:

Chat Central captures this data by intercepting API responses between your browser and the supported AI platforms. The extension reads the responses that your browser already receives from these services. It does not make any additional network requests to these platforms on your behalf.

Chat Central does NOT collect:

2. How Data Is Stored

All captured conversation data is stored locally in your browser using IndexedDB, a standard browser storage mechanism. This means:

The extension also uses the browser's chrome.storage API to persist small configuration values such as theme preferences and sync settings.

3. Cloud Sync (Optional, User-Initiated)

Chat Central offers an optional cloud sync feature using Google Drive. This feature is entirely opt-in and does nothing unless you explicitly enable it and authorize the connection.

When you enable Google Drive sync:

No data is sent to any server owned or operated by Chat Central or its developers.

4. Third-Party Services

Chat Central does not integrate with, send data to, or receive data from any third-party services, with the following exception:

Chat Central contains:

5. Browser Permissions Explained

PermissionPurpose
Host permissions for claude.ai, chatgpt.com, chat.openai.com, gemini.google.comRequired to run content scripts on these sites that intercept AI conversation API responses.
storageUsed to store extension preferences and configuration.
unlimitedStorageAllows IndexedDB to store conversation data beyond the default storage quota.
tabsUsed to detect when you navigate to a supported AI platform.
contextMenusEnables right-click menu options for quick actions.
alarmsUsed to schedule periodic auto-sync operations when cloud sync is enabled.
identity (conditional)Requested only when Google Drive sync is configured, for OAuth 2.0 authentication.

6. Data Deletion

You have full control over your data at all times:

7. Data Security

8. Children's Privacy

Chat Central does not knowingly collect data from children under the age of 13. The extension is a productivity tool intended for users who already have accounts with the supported AI platforms.

9. Changes to This Policy

This privacy policy may be updated to reflect changes in the extension's functionality. When changes are made:

10. Contact

If you have questions or concerns regarding this privacy policy, please open an issue on the project's GitHub repository: github.com/flowKKo/chat-central/issues

11. Open Source

Chat Central is free and open-source software, licensed under the GNU General Public License v3.0 (GPL-3.0). You can review the complete source code at: github.com/flowKKo/chat-central