AIContext Saver
Privacy Policy
Last updated: May 2026
🔒 All your data stays on your device. We never collect, store, or transmit your conversations or API keys to our servers — because we have no servers.
What This Extension Does
AIContext Saver captures AI conversations from supported platforms (ChatGPT, Claude, Gemini, and others), stores them locally in your browser, and lets you inject saved context into new chats.
Data We Collect
The extension processes the following data solely on your device:
- AI conversation content — Text from conversations you explicitly choose to save. Stored locally in
chrome.storage.local on your device.
- AI-generated summaries — Structured summaries produced by your configured AI API. Stored locally.
- API credentials — The API key, URL, and model name you configure in Settings. Encrypted with AES-256-GCM and stored only on your device.
- Theme preference — Light or dark mode. Stored in
localStorage on your device.
Data We Do NOT Collect
- We do not have any servers or databases.
- We do not collect analytics, usage metrics, or crash reports.
- We do not read your conversations without your explicit action (clicking Save).
- We do not store any data outside your local browser storage.
- We do not sell, share, or transfer your data to any third party.
- We do not have access to your AI account credentials (passwords, cookies).
Third-Party API Transmission
When you click Save, the extension sends conversation text to the AI API you configure (e.g., NVIDIA Build, Groq, OpenRouter, OpenAI, or your local Ollama instance) to generate a summary. This transmission:
- Goes directly from your browser to the API endpoint you specified — never through our servers.
- Is governed by the privacy policy of your chosen API provider, not this extension.
- Only occurs when you explicitly click the Save button.
- Can be avoided entirely by using a local provider (Ollama) that runs on your own machine.
Permissions Explained
- storage — Required to save and retrieve your capsules from
chrome.storage.local.
- activeTab — Required to read the AI conversation from the tab you are currently viewing when you click Save.
- scripting — Required to inject the context-restore script into the chat input field.
- Host permissions (chatgpt.com, claude.ai, etc.) — Required to read conversation content and inject text on supported AI platforms only. No other sites are accessed.
Data Security
- API keys are encrypted using AES-256-GCM with PBKDF2 key derivation (100,000 iterations, SHA-256).
- All storage is local to your browser. Clearing browser data removes all extension data.
- A 4.8 MB soft quota is enforced to prevent excessive local storage usage.
- Strict Content Security Policy:
script-src 'self'; object-src 'none' — no external scripts, no eval().
Children's Privacy
This extension does not knowingly collect any information from children under 13. It does not collect personal information from any user.
Changes to This Policy
If this policy changes materially, the extension version number will be incremented and the update date above will change. The latest version is always available at the extension's GitHub repository.
Contact
For questions about this privacy policy, please open an issue at
github.com/sharath2525/AIContextCapsule/issues
.