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,
"name": "Kimi Copilot - \u7f51\u9875\u603b\u7ed3\u52a9\u624b",
"description": "\u7528Kimi AI\u4e00\u952e\u603b\u7ed3\u7f51\u9875\u5185\u5bb9",
"version": "1.13.0",
"icons": {
"128": "icon-128.png"
},
"action": [],
"permissions": [
"sidePanel",
"activeTab",
"storage",
"scripting",
"notifications"
],
"host_permissions": [
"https:\/\/*.kimi.com\/*",
"https:\/\/*.volces.com\/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+K",
"windows": "Ctrl+Shift+K",
"linux": "Ctrl+Shift+K",
"chromeos": "Ctrl+Shift+K",
"mac": "Command+Shift+K"
}
}
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/kimi.moonshot.cn\/*"
],
"run_at": "document_start",
"js": [
"content-scripts\/content.js"
]
}
]
}