{ "manifest_version": 3, "name": "@noi/ask", "version": "0.1.15", "homepage": "https://github.com/lencx/Noi/tree/main/extensions/noi-ask", "description": "The best assistant for batch asking and quick typing of prompts.", "content_scripts": [ { "matches": [ "https://chat.openai.com/*", "https://gemini.google.com/*", "https://poe.com/*", "https://claude.ai/*", "https://huggingface.co/chat/*", "https://www.perplexity.ai/*", "https://copilot.microsoft.com/*", "https://groq.com/*", "https://pi.ai/talk/*", "https://www.coze.com/home/*", "https://you.com/*", "https://www.coze.cn/home/*", "https://chatglm.cn/*", "https://www.doubao.com/*", "https://tongyi.aliyun.com/qianwen/*", "https://app.suno.ai/*", "https://chat.deepseek.com/*" ], "js": ["main.js"], "run_at": "document_end", "world": "MAIN" } ] }