WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ChatGPT Exporter

ChatGPT Exporter

View on Chrome Web Store
View ChatGPT Exporter Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Export ChatGPT conversations to Markdown with live preview. Free local downloads; Pro saves to Google Drive with folders.
Type
Extension
Users
9 users
1
13175430 CANADA INC.
View author page of 13175430 CANADA INC.
Published
Published on October 28, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on October 28, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View ChatGPT Exporter Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Exporter",
    "description": "Export ChatGPT conversations to Markdown with live preview. Free local downloads; Pro saves to Google Drive with folders.",
    "version": "1.0.0",
    "action": {
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "downloads",
        "storage",
        "identity",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "https:\/\/*.openai.com\/*",
        "https:\/\/chatgpt.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/*.openai.com\/*",
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top