DeepSeek Exporter bởi agoramachina
A browser extension that allows you to export your DeepSeek chats in various formats with support for browsing, sorting, and bulk exports.
Siêu dữ liệu mở rộng
Ảnh chụp màn hình
Về tiện ích mở rộng này
Export DeepSeek chats in Markdown, JSON, or Text. Browse and search your entire chat history, sorting by name, creation date, or most recently updated.
Keep local backups of your AI interactions with full conversation history.
Features
Privacy & Security
Contributing: Feedback and suggestions are welcome!
Keep local backups of your AI interactions with full conversation history.
Features
- 📥 Export Individual Chats - Export any chat directly from DeepSeek
- 📚 Bulk Export - Export all or filtered chats as a ZIP file
- 🔍 Browse & Search - View all your chats in a searchable table
- 🔀 Sort chats - Sort by name, creation date, and recently updated
- 🌳 Branch-Aware Export - Correctly handles chat branches
- 📝 Multiple Formats - JSON (full data), Markdown, or Plain Text
- 🗂️ ZIP Archives - Bulk exports create organized ZIP files with all of your chats
- 🏷️ Metadata Options - Include or exclude timestamps, ids, and other metadata
- ⚓ Stable - Fetches chats through API rather than DOM
- 🔒 Secure - All data processing is local and never shared
- ☀️ Light/Dark Mode - Toggle between color schemes
Privacy & Security
- Local Processing: All data processing happens in your browser
- No External Servers: The extension doesn't send data anywhere
- Your Authentication: Uses your existing DeepSeek session
- Open Source: You can review all code before installation
Contributing: Feedback and suggestions are welcome!
Được xếp hạng 0 (bởi 1 người dùng)
Quyền hạn và dữ liệu
Quyền hạn bắt buộc:
- Truy cập các thẻ trên trình duyệt
- Truy cập dữ liệu của bạn cho chat.deepseek.com
Quyền hạn tùy chọn:
- Truy cập dữ liệu của bạn cho chat.deepseek.com
Thu thập dữ liệu:
- Nhà phát triển cho biết tiện ích mở rộng này không yêu cầu thu thập dữ liệu.
Thêm thông tin
- Liên kết tiện ích
- Phiên bản
- 1.4.1
- Kích cỡ
- 66,95 KB
- Cập nhật gần nhất
- 6 ngày trước (5 Thg 03 2026)
- Thể loại có liên quan
- Giấy phép
- Giấy phép MIT
- Lịch sử các phiên bản
- Thêm vào bộ sưu tập
Nhà phát triển của tiện ích mở rộng này yêu cầu bạn giúp hỗ trợ sự phát triển liên tục của nó bằng cách đóng góp nhỏ.
PERMISSIONS EXPLANATION
activeTab: Required to interact with the current DeepSeek conversation page
storage: Stores chat creation dates locally for fast loading. Planned features will also store date of most recent export to flag chats in need of backup.
tabs: Queries active tab URL to detect conversation IDs and send messages to content scripts
https://chat.deepseek.com/*: Host permission needed to fetch conversation data from DeepSeek's API endpoints and inject content scripts
REGARDING VALIDATION WARNINGS
JSZip library Function constructor: This is JSZip v3.10.1, a well-established library (https://github.com/Stuk/jszip) used for creating ZIP archives. The Function constructor usage is internal to JSZip and necessary for its compression functionality.
innerHTML usage (browse.js lines 252 and 483): All dynamic data is sanitized through the escapeHtml() helper function (browse.js line 192) before being inserted into HTML templates. The HTML structure itself is static/trusted code.
All conversation data is processed locally in the browser — nothing is sent to external servers.
Categories: We've selected Download Management (primary function), Privacy & Security (local backups/data ownership), and Social & Communication (managing AI conversations). Please feel free to re-categorize if you believe other categories are more appropriate. The same applies to tags.