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": "__MSG_name__", "description": "__MSG_description__", "version": "1.0", "default_locale": "en", "action": { "default_popup": "\/html\/app.html", "default_icon": "\/img\/icon32.png" }, "permissions": [ "activeTab", "tabs" ], "host_permissions": [ "https:\/\/chatgpt.com\/*", "https:\/\/claude.ai\/*", "https:\/\/chat.deepseek.com\/*", "https:\/\/chat.mistral.ai\/*" ], "content_scripts": [ { "matches": [ "https:\/\/chat.mistral.ai\/*", "https:\/\/chatgpt.com\/*", "https:\/\/claude.ai\/*", "https:\/\/chat.deepseek.com\/*", "https:\/\/gemini.google.com\/*" ], "js": [ "\/js\/content.js" ] } ], "background": { "service_worker": "\/js\/background.js" }, "icons": { "16": "\/img\/icon16.png", "32": "\/img\/icon32.png", "48": "\/img\/icon48.png", "128": "\/img\/icon128.png" } }