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", "manifest_version": 3, "name": "ChatGPT COPY", "version": "1.0.3", "description": "ChatGPT COPY adds an additional copy button under each content of conversations.", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/chatgpt.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/main.css" ] } ], "background": { "service_worker": "js\/background.js" }, "icons": { "16": "image\/icon16.png", "32": "image\/icon32.png", "48": "image\/icon48.png", "128": "image\/icon128.png" } }