{ "manifest_version": 3, "name": "AI 增强助手", "version": "1.2.0", "description": "提升用户使用AI的体验体验", "permissions": [ "storage", "activeTab", "tabs", "alarms" ], "host_permissions": [ "https://matrix.tencent.com/*", "https://www.badstudent.ai/*" ], "content_scripts": [ { "matches": [ "https://matrix.tencent.com/*", "https://www.badstudent.ai/*" ], "js": ["content.js"], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "AI 增强助手" } }