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, "default_locale": "en", "name": "Immersive AI: ChatGPT Immersive translate summary rewrite language learning", "version": "2024.07.13", "description": "Immersive AI: ChatGPT Immersive translate summary rewrite language learning", "permissions": [ "storage", "activeTab" ], "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "immersive-ai-logo-34.png" }, "icons": { "34": "immersive-ai-logo-34.png", "128": "immersive-ai-logo-128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "src\/pages\/contentInjected\/index.js" ], "css": [ "assets\/css\/contentStyle1720867593447.chunk.css" ] }, { "matches": [ "<all_urls>" ], "js": [ "src\/pages\/contentUI\/index.js" ] } ], "web_accessible_resources": [ { "resources": [ "chart-logo-64.png", "batch-tasks-logo-64.png", "batch-delete-history-logo-64.png", "windchat.png", "google.svg", "assets\/css\/*.css", "immersive-ai-logo-128.png", "immersive-ai-logo-256.png", "immersive-ai-logo-64.png", "immersive-ai-logo-34.png", "assets\/js\/*.js" ], "matches": [ "*:\/\/*\/*" ] } ], "commands": { "toggle": { "suggested_key": { "default": "Alt+E", "mac": "Alt+E", "chromeos": "Alt+E", "linux": "Alt+E" }, "description": "Show\/hide Answer" } } }