Local-first · Privacy-first · Auditable
ChatGPT Web Chat Conversation Exporter Chrome Extension
Export ChatGPT web chat conversations locally to Markdown using bundled ChatGPT exporter v0.1.0. No Stack2030 backend, analytics, tracking, remote JavaScript, or third-party upload.
Current version
- Extension: v0.1.0
- Bundled exporter: ChatGPT Web Chat Conversation Exporter v0.1.0
- Installable repo folder:
extension/ - Release ZIP: chatgpt-web-chat-conversation-exporter-chrome-extension-v0.1.0-unpacked.zip
- Target: ChatGPT web chat
- Output: local Markdown file
Install option 1: Clone/download repo, then Load unpacked
- Download or clone the GitHub repository.
- Open
chrome://extensions/. - Turn on Developer mode.
- Click Load unpacked.
- Select the repository subfolder named
extension/. - Pin the extension if needed.
- Open a ChatGPT conversation and click Export ChatGPT chat.
Install option 2: Download release ZIP, extract, then Load unpacked
Download the GitHub release asset: chatgpt-web-chat-conversation-exporter-chrome-extension-v0.1.0-unpacked.zip
Chrome does not load a ZIP directly as an unpacked extension. Extract the ZIP first.
- Download the ZIP from the release asset link above.
- Extract the ZIP to a local folder.
- Open
chrome://extensions/. - Turn on Developer mode.
- Click Load unpacked.
- Select the extracted folder containing
manifest.json.
Install option 3: Chrome Web Store
Chrome Web Store publishing is planned. After approval, the normal install flow will be available from the store listing.
Installable folder contents
extension/
├─ manifest.json
├─ popup.html
├─ popup.css
├─ popup.js
├─ exporters/
│ └─ chatgpt-web-chat-conversation-exporter-v0.1.0.js
└─ icons/
├─ icon16.png
├─ icon32.png
├─ icon48.png
└─ icon128.png
Privacy model
- No Stack2030 backend.
- No analytics.
- No tracking.
- No third-party upload.
- No remote JavaScript.
- Bundled exporter code only.
- Runs only after explicit user action.
The extension may make same-origin requests to ChatGPT/OpenAI endpoints available to the active ChatGPT session. It does not send conversation content to Stack2030 or any unrelated third-party service.