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, "default_locale": "en", "name": "__MSG_extensionName__", "version": "1.0.0", "description": "__MSG_extensionDescription__", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon48.png", "default_title": "Formula Copy", "default_popup": "popup\/popup.html" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/chat.deepseek.com\/*", "https:\/\/yuanbao.tencent.com\/chat\/*", "https:\/\/www.doubao.com\/chat\/*", "https:\/\/chatgpt.com\/c\/*", "https:\/\/grok.com\/chat\/*", "https:\/\/www.tongyi.com\/*", "https:\/\/xinghuo.xfyun.cn\/desk*", "https:\/\/chatglm.cn\/main\/*", "https:\/\/poe.com\/chat\/*", "https:\/\/openrouter.ai\/chat?*", "https:\/\/monica.cn\/home\/chat\/*", "https:\/\/www.wenxiaobai.com\/*", "https:\/\/askmanyai.cn\/chat\/*", "https:\/\/bot.n.cn\/chat\/*", "https:\/\/www.zhihu.com\/*", "https:\/\/gemini.google.com\/*", "https:\/\/ar5iv.labs.arxiv.org\/*", "https:\/\/arxiv.org\/*", "https:\/\/*.arxiv.org\/*" ], "content_scripts": [ { "matches": [ "https:\/\/chat.deepseek.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/grok.com\/chat\/*", "https:\/\/www.tongyi.com\/*", "https:\/\/xinghuo.xfyun.cn\/desk*", "https:\/\/chatglm.cn\/main\/*", "https:\/\/poe.com\/chat\/*", "https:\/\/openrouter.ai\/chat?*", "https:\/\/monica.cn\/home\/chat\/*", "https:\/\/www.wenxiaobai.com\/*", "https:\/\/askmanyai.cn\/chat\/*", "https:\/\/bot.n.cn\/chat\/*" ], "css": [ "scripts\/style.css" ], "js": [ "lib\/katex.min.js", "scripts\/notifications.js", "scripts\/copyKatex.js" ] }, { "matches": [ "https:\/\/www.doubao.com\/chat\/*" ], "css": [ "scripts\/style.css" ], "js": [ "lib\/katex.min.js", "scripts\/notifications.js", "scripts\/copyKatex4Doubao.js" ] }, { "matches": [ "https:\/\/www.zhihu.com\/*" ], "css": [ "scripts\/style.css" ], "js": [ "lib\/katex.min.js", "scripts\/notifications.js", "scripts\/copyKatex4Zhihu.js" ] }, { "matches": [ "https:\/\/ar5iv.labs.arxiv.org\/*", "https:\/\/arxiv.org\/*", "https:\/\/*.arxiv.org\/*" ], "css": [ "scripts\/style.css" ], "js": [ "lib\/katex.min.js", "scripts\/notifications.js", "scripts\/copyKatex4Arxiv.js" ] } ] }