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 Server Busy", "version": "1.18", "description": "Automatically retries requests on DeepSeek when the server is busy. No manual action needed.", "permissions": [ "scripting", "activeTab", "storage", "notifications" ], "host_permissions": [ "https:\/\/chat.deepseek.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/chat.deepseek.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": { "128": "DeepseekServerisBusy_128.png" }, "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "default.svg", "green.svg", "yellow.svg", "red.svg", "gray.svg", "turquoise.svg", "orange.svg", "newchat.svg" ], "matches": [ "https:\/\/chat.deepseek.com\/*" ] } ] }