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": "Deepseek AI\u52a9\u624b\uff5cR1\uff5cV3 | \u8054\u7f51",
"description": "DeepSeek AI\u52a9\u624b\u662f\u4e00\u4e2a\u514d\u8d39\u5f00\u6e90\u7684\u6d4f\u89c8\u5668\u6269\u5c55\u5de5\u5177\uff08\u4e0eDeepSeek\u5b98\u65b9\u65e0\u5173\uff09\uff0c\u672c\u6269\u5c55\u9700\u8981\u7528\u6237\u81ea\u884c\u63d0\u4f9bDeepSeek API Key\u624d\u80fd\u4f7f\u7528\uff0c\u901a\u8fc7\u96c6\u6210\u5148\u8fdb\u7684\u4eba\u5de5\u667a\u80fd\u5927\u6a21\u578b\uff0c\u7528\u6237\u53ef\u4ee5\u8f7b\u677e\u9009\u62e9\u7f51\u9875\u4e0a\u7684\u4efb\u4f55\u6587\u672c\u5185\u5bb9\uff0c\u5e76\u7acb\u5373\u83b7\u5f97\u6df1\u5ea6\u3001\u51c6\u786e\u7684AI\u56de\u7b54\u3002",
"version": "1.8.6",
"permissions": [
"storage",
"contextMenus",
"scripting",
"commands",
"tabs"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/icon16.png",
"icons\/icon24.png",
"icons\/icon32.png",
"icons\/icon48.png",
"icons\/icon128.png",
"icons\/copy.svg",
"icons\/close.svg",
"icons\/closeClicked.svg",
"icons\/regenerate.svg",
"fonts\/*",
"Instructions.html",
"instructions.js",
"style.css"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' https:\/\/cdn.jsdelivr.net; object-src 'self'; font-src 'self' https:\/\/cdn.jsdelivr.net"
},
"browser_specific_settings": {
"edge": {
"browser_action_next_to_addressbar": true
}
},
"commands": {
"toggle-chat": {
"suggested_key": {
"default": "Ctrl+Shift+D",
"mac": "Command+Shift+D",
"windows": "Ctrl+Shift+D"
},
"description": "Toggle the chat window."
}
},
"host_permissions": [
"<all_urls>"
]
}