Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 21, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Doozy: AI Made Easy", "description": "\u2728 Translate, summarize, and more with the click of a button.", "version": "0.13.20", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "permissions": [ "storage", "tabs" ], "commands": { "toggle-command-palette": { "suggested_key": { "default": "Ctrl+Shift+I", "mac": "Command+Shift+I" }, "description": "Toggle Command Palettes" }, "toggle-command-palette-backup": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" }, "description": "Toggle Command Palettes (Backup)" } }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Default Popup Title", "default_popup": "popup.html" }, "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/chatgpt.com\/*" ], "js": [ "content-scripts\/chatgpt.js" ] }, { "matches": [ "<all_urls>" ], "js": [ "content-scripts\/instant.js", "content-scripts\/toast.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-scripts\/chatgpt.css" ], "matches": [ "*:\/\/chatgpt.com\/*" ] }, { "resources": [ "content-scripts\/instant.css" ], "matches": [ "<all_urls>" ] }, { "resources": [ "content-scripts\/toast.css" ], "matches": [ "<all_urls>" ] } ] }