Skip to content
Back to home

Privacy Policy

Effective Date: February 10, 2026

What Chat Central Does

Chat Central automatically captures AI conversations from Claude, ChatGPT, and Gemini as you chat. All data is stored locally in your browser. The extension provides search, tagging, favorites, and export.

Data Collection

Chat Central captures AI conversation content (your prompts and AI responses) from supported platforms by reading API responses your browser already receives. It does not make any additional network requests to these platforms.

Captured data includes:

We do NOT collect:

Data Storage

All data is stored locally in your browser using IndexedDB:

The extension also uses chrome.storage to persist small configuration values (theme, language, widget settings).

Permissions

PermissionPurpose
storagePersist user preferences (theme, language, widget settings) across browser sessions, shared between popup, dashboard, and widget
unlimitedStorageStore large conversation databases locally in IndexedDB without hitting browser quota limits
tabsOpen URLs in new tabs when you click a conversation, navigate to the dashboard, or click platform links from the popup — only on user action
contextMenusAdd a right-click "Add to Favorites" / "Remove from Favorites" menu on AI chat pages (claude.ai, chatgpt.com, gemini.google.com)
Host permissionsRun content scripts on claude.ai, chatgpt.com, chat.openai.com, and gemini.google.com to capture conversation data from API responses

Host Permissions Detail

Content scripts run only on these four AI chat domains:

  1. Interceptor — Reads API responses containing conversation content as you chat (runs in page context)
  2. Observer — Relays captured data to the background service worker (runs in extension context)
  3. Widget — Optional floating UI for quick conversation access (runs in extension context)

These scripts do not access any other websites.

Third-Party Data Sharing

The extension makes no external network requests. It contains no advertising, analytics, tracking, or third-party SDKs.

Data Deletion

Data Security

Children's Privacy

Chat Central does not knowingly collect data from children under 13. The extension is intended for users with existing AI platform accounts.

Changes to This Policy

Updates will be reflected by changing the effective date. Significant changes will be noted in GitHub release notes. The full change history is available in the Git repository.

Open Source & Contact

Chat Central is open source under GPL-3.0. Review the source code and report concerns at github.com/nicepkg/chat-central.