Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Writer: Use AI on Any Site (GPT-4o, Claude, Gemini, and More)", "description": "Write emails, correct grammar, translate, research, and do much more. One-click access to top AI models and many more features.", "version": "7.0.6", "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "scripting" ], "commands": { "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K", "chromeos": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K" } } }, "externally_connectable": { "matches": [ "https:\/\/*.chatgptwriter.ai\/*", "http:\/\/localhost:3000\/*" ] }, "action": { "default_icon": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "default_title": "ChatGPT Writer: Use AI on Any Site (GPT-4o, Claude, Gemini, and More)", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-scripts\/content.js" ] } ] }