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 Share", "version": "0.8", "description": "A Chrome extension for sharing Deepseek chat conversations", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/chat.deepseek.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/chat.deepseek.com\/*" ], "js": [ "html2canvas.min.js", "button.js", "utils.js", "content.js" ] } ], "icons": { "128": "icon.png" } }