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 Title Changer", "version": "1.0", "description": "\u667a\u80fd\u540c\u6b65 DeepSeek \u5bf9\u8bdd\u6807\u9898\uff01\u8ba9\u591a\u6807\u7b7e\u9875\u7ba1\u7406\u66f4\u8f7b\u677e\uff0c\u5feb\u901f\u5b9a\u4f4d\u60a8\u7684\u91cd\u8981\u5bf9\u8bdd\u3002\u518d\u4e5f\u4e0d\u7528\u5728\u4f17\u591a\u76f8\u4f3c\u6807\u7b7e\u4e2d\u5bfb\u627e\u7279\u5b9a\u5bf9\u8bdd\u4e86\u3002", "author": "eatcosmos", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs" ], "host_permissions": [ "*:\/\/chat.deepseek.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/chat.deepseek.com\/*" ], "js": [ "content.js" ] } ] }