{ "manifest_version": 3, "name": "ChatGPT Long Message Hider", "version": "1.0", "description": "Hides long history elements in ChatGPT conversations to improve loading speed.", "permissions": ["scripting"], "host_permissions": ["https://chat.openai.com/*", "https://chatgpt.com/*"], "content_scripts": [ { "matches": ["https://chat.openai.com/*", "https://chatgpt.com/*"], "js": ["content.js"] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }