Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" ] } ] }