Claude.ai Chat Backup - Firefox is a Firefox extension that allows users to easily backup all their conversations from Claude.ai into a single JSON file. This tool is perfect if you want to process the files downstream with another tool.
- One-click backup of all Claude.ai conversations which for example takes ~5 seconds for ~300 conversations
- Exports conversations to a single JSON file
- Filename includes timestamp and timezone offset for easy organization
- Very simple interface
- Download the extension from the Firefox Addon store
- Click on "Add to Firefox" to install the extension
- Click on the "Claude.ai Chat Backup" extension in your Firefox extension menu
- In the popup, click the "Backup Conversations" button
- Give it a few seconds to make the requests (If it takes more than 10 seconds you probably broke it, nice job! Sounds like a you problem though...)
- Choose where you want to save the JSON file
- Your conversations will be downloaded as a JSON file named in the format:
YYYY-MM-DDTHHMM±Z_claude_conversations_export.json
- Built using WebExtensions API
- Written in TypeScript
- Uses
manifest_version
2 - Requires permissions for cookies, downloads, and access to https://claude.ai/*
cookies
: To know the id of your organization for the API requestsdownloads
: To download the JSON file to your devicehttps://claude.ai/*
: To access the Claude.ai website and make API requests
manifest.json
: Extension configurationchat_export_popup.html
: HTML for the popup UIchat_export_popup.ts
: TypeScript for popup functionalitychat_export_background.ts
: Background script for handling API requests and file downloads
Your conversations stay between you, your device and Anthropic. Maybe some [insert intelligence agency] agent too, but they don't count.
Nope. This extension does one thing, and it does it well.
Unless it breaks, probably not. It works, so why mess with it?
See previous answers. The extension backs up conversations. That's it.
If it's stopping the extension from doing its one job, maybe. Otherwise, see above.
You're welcome to fork it and go wild. Or shamelessly copy-paste it, I don't care. I won't do any PR reviews though, so I guess no.
That sounds like work. So, no.
Whenever you feel like it.
There isn't even a basic version with more features.
You're looking at all the support you're going to get. This FAQ is it.
No, I hate front-end development. Claude did >90% of the work and I still hated it.
This extension is not officially associated with Anthropic or Claude.ai. Use at your own risk.