Privacy policy for Claude Chat Exporter
Claude Chat Exporter by sank3t9
Privacy policy for Claude Chat Exporter
Privacy
This extension converts Claude.ai conversations to Markdown and downloads them locally. Nothing is stored, sent, or collected.
Data the extension reads
- The DOM of pages on
https://claude.ai/*, but only when you click the extension's "Export" button on an active Claude tab. - For non-incognito chats, it calls Claude's own conversation API endpoint with your existing logged-in session, only to recover the chat title.
Data the extension stores or transmits
None. There's no
storage use, no telemetry, no third-party requests. The exported .md file is generated as a Blob in your browser and saved through Firefox's downloads API.Permissions
| Permission | Why |
|---|---|
|
activeTab | Run only on the tab you're on, only when you click the toolbar button. ||
downloads | Save the generated Markdown file to your local downloads folder. ||
https://claude.ai/* | Read message content from your Claude chat. Restricted to this domain only. |Source
<https://github.com/sank3t9/claude-chat-export-incognito>