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": "ChatGPT Input area Expander", "version": "1.0", "description": "Expands the ChatGPT input area with auto-resizing functionality", "host_permissions": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*" ], "action": { "default_icon": { "16": "Images\/1.png", "48": "Images\/2.png", "128": "Images\/3.png" } }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] }