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, "version": "3.6", "author": "Juraj M\u00e4siar", "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_desc__", "icons": { "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.loader.js" }, "action": { "default_icon": { "128": "128.png" }, "default_popup": "popup\/popup.html" }, "options_ui": { "page": "editor\/editor.html", "open_in_tab": true }, "commands": { "open_ai": { "suggested_key": { "default": "Alt+I" }, "description": "Open modal window." } }, "content_scripts": [ { "matches": [ "*:\/\/*.chatgpt.com\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "browser-polyfill.min.js", "content_scripts\/ai.cs.js" ] } ], "web_accessible_resources": [ { "resources": [ "editor\/editor.css", "editor\/editor.html", "editor\/editor.js", "utils\/svg\/resize-corner.svg" ], "matches": [ "<all_urls>" ], "use_dynamic_url": true } ], "permissions": [ "contextMenus", "storage", "activeTab", "webRequest", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "*:\/\/*.chatgpt.com\/*" ], "incognito": "split" }