一个轻量级的 Chrome/Edge/FireFox 浏览器插件,用于精准记录你在 DeepSeek 网页端每一次对话的具体时间戳和提示词(Prompt),并支持一键导出为 CSV。
🚀 核心功能
- 底层拦截:直接在 MAIN 世界劫持
XMLHttpRequest (XHR),不怕前端改版。 - 精准记录:自动提取精确到秒的时间和完整 Prompt。
- 本地存储:数据仅保存在浏览器本地
chrome.storage.local,绝对保护隐私。 - 一键导出:支持导出所有历史记录为
.csv格式,方便复盘分析。
🛠️ 安装说明 (本地加载)
- 下载本项目并解压文件夹。
- 打开浏览器扩展页面 (
chrome://extensions/或edge://extensions/或about:debugging)。 - 开启右上角的 “开发者模式”(FireFox是点击 “临时载入附加组件”)。
- 点击 “加载已解压的扩展程序”,选择该文件夹即可。
A lightweight Chrome/Edge/FireFox extension to accurately record the exact timestamps and prompts of every conversation on the DeepSeek web interface, supporting one-click CSV export.
🚀 Core Features
- Low-level Interception: Hijacks
XMLHttpRequest (XHR)directly, immune to frontend UI updates. - Accurate Logging: Automatically extracts precise timestamps and full prompts.
- Local Privacy: Data is stored exclusively in your browser's
chrome.storage.local. - Easy Export: One-click export of all chat history to a
.csvfile for easy analysis.
🛠️ Installation (Developer Mode)
- Download and unzip this repository.
- Open the extensions page (
chrome://extensions/oredge://extensions/orabout:debugging). - Enable "Developer mode" in the top right corner (FireFox是点击 “Load Temporary Add-on...”).
- Click "Load unpacked" and select the folder.