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 Royal - Voice, Custom Prompts, Languages and More", "description": "Enhance DeepSeek AI with custom prompts, voice input, multiple languages, and advanced chat modes for smarter conversations.", "version": "1.2.2", "action": { "default_popup": "src\/popup\/index.html", "default_title": "DeepSeek Royal - Voice, Custom Prompts, Languages and More" }, "icons": { "16": "icons\/icon32.png", "32": "icons\/icon32.png", "48": "icons\/icon32.png", "128": "icons\/icon32.png" }, "content_scripts": [ { "js": [ "assets\/index.tsx-loader-FN9aSL4m.js" ], "matches": [ "https:\/\/chat.deepseek.com\/*" ] } ], "host_permissions": [ "https:\/\/chat.deepseek.com\/*" ], "permissions": [ "storage" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "https:\/\/chat.deepseek.com\/*" ], "resources": [ "assets\/logo-BgvO2cmx.js", "assets\/index.tsx-C6tsQ5Hb.js" ], "use_dynamic_url": false } ] }