MoveChat — Chrome Extension | Last updated: June 2026
MoveChat is a Chrome extension that captures AI chat sessions from supported platforms (ChatGPT, Claude, Gemini, Perplexity) and allows users to transfer them to other platforms.
MoveChat does not collect any data.
All data is stored locally on your device using Chrome's chrome.storage.local:
This data never leaves your device unless you explicitly export it or resume a conversation on another platform.
If you enable AI compression, you provide an API key for OpenAI, Anthropic, or Google Gemini. This key:
chrome.storage.local| Permission | Purpose |
|---|---|
activeTab | Capture conversations from the currently active tab |
storage | Store conversations, settings, and API keys locally |
tabs | Open new tabs when resuming conversations on other platforms |
scripting | Inject content scripts into chat platform pages |
| Host Pattern | Purpose |
|---|---|
chatgpt.com | Content script injection and conversation capture |
claude.ai | Content script injection and conversation capture |
gemini.google.com | Content script injection and conversation capture |
perplexity.ai | Content script injection and conversation capture |
*.oaiusercontent.com | Fetch ChatGPT-generated images for PDF export |
*.googleusercontent.com | Fetch Gemini-generated images for PDF export |
*.gstatic.com | Fetch Google static assets for PDF export |
*.google.com | Fetch Google image proxy content for PDF export |
*.ggpht.com | Fetch Google Photos content for PDF export |
*.anthropic.com | Fetch Claude-hosted images for PDF export |
api.openai.com | AI Summary feature (OpenAI API, if configured by user) |
api.anthropic.com | AI Summary feature (Anthropic API, if configured by user) |
generativelanguage.googleapis.com | AI Summary feature (Gemini API, if configured by user) |
images.unsplash.com | Fetch Unsplash images for PDF export |
*.imgur.com | Fetch Imgur-hosted images for PDF export |
Host permissions are limited to the specific domains the extension interacts with. Images may be hosted on CDNs outside the four main platform domains, so additional image hosting domains are included to ensure conversations with images can be exported correctly. These permissions are used only for fetching images, not for accessing any other data.
MoveChat does not integrate with any third-party analytics, advertising, or tracking services.
The only external communication is between your browser and:
api.openai.com, api.anthropic.com, generativelanguage.googleapis.com). This communication is initiated by you, not by the extension.oaiusercontent.com, googleusercontent.com). These fetches are triggered during PDF/ZIP export only.MoveChat is open source under the MIT License. You can review the full source code at github.com/VC067/MoveChat to verify these claims.
For questions about this privacy policy, please open a GitHub Issue at github.com/VC067/MoveChat/issues.