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": "\u6dd8\u5b9d\u5546\u54c1\u6807\u9898\u6293\u53d6\u5668", "version": "1.4", "description": "\u81ea\u52a8\u91c7\u96c6\u6dd8\u5b9d\u548c\u5929\u732b\u5546\u54c1\u6807\u9898\uff0c\u652f\u6301\u591a\u9875\u9762\u91c7\u96c6\u3002", "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.taobao.com\/*", "https:\/\/*.tmall.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ] }