WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SAVE ChatGPT

SAVE ChatGPT

View on Chrome Web Store
View SAVE ChatGPT Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (5 ratings)
1 new ratings
2 views
This extension has been viewed 2 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.

Save ChatGPT conversations to multiple file formats, txt,pdf,md and save to clipboard
Type
Extension
Users
7,000 users
1K
Website savechatgpt.com
JamesMixiu
View author page of JamesMixiu
Published
Published on July 30, 2024
Version 1.0.4
Manifest version
3
Updated
Updated on July 18, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View SAVE ChatGPT 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",
    "name": "SAVE ChatGPT",
    "description": "Save ChatGPT conversations to multiple file formats, txt,pdf,md and save to clipboard",
    "version": "1.0.4",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "image\/icon16.png",
            "32": "image\/icon32.png",
            "48": "image\/icon48.png",
            "128": "image\/icon128.png"
        }
    },
    "icons": {
        "16": "image\/icon16.png",
        "32": "image\/icon32.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}
© 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