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__", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "109.0" } }, "version": "1.4.3", "description": "__MSG_extensionDescription__", "host_permissions": [ "https:\/\/*.youtube.com\/*", "https:\/\/video.google.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/*.bilibili.com\/*", "https:\/\/www.bilibili.com\/*", "https:\/\/api.bilibili.com\/*", "https:\/\/chat.qwen.ai\/*", "https:\/\/chatgpt.com\/*", "https:\/\/claude.ai\/*", "https:\/\/aistudio.google.com\/*", "https:\/\/gemini.google.com\/*", "https:\/\/grok.com\/*", "https:\/\/chat.mistral.ai\/*", "https:\/\/dashboard.cohere.com\/*", "https:\/\/chat.deepseek.com\/*", "https:\/\/yuanbao.tencent.com\/*", "https:\/\/www.doubao.com\/*", "https:\/\/yiyan.baidu.com\/*", "https:\/\/www.kimi.com\/*", "https:\/\/chat.z.ai\/*", "https:\/\/xinghuo.xfyun.cn\/*", "https:\/\/chat.minimaxi.com\/*" ], "permissions": [ "storage", "scripting", "tabs", "notifications" ], "options_page": "options\/index.html", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "icon-32.png", "default_title": "__MSG_actionTitle__" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/index.iife.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content.css" ] } ], "devtools_page": "devtools\/index.html", "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "icon-128.png", "icon-32.png", "pdf.worker.js", "content\/summary-button.png" ], "matches": [ "*:\/\/*\/*" ] } ], "commands": { "generate_summary": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "__MSG_commandDescription__" } } }