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, "version": "1.1.3", "name": "\u6dd8\u86d9 \u00b7 \u591a\u7535\u5546\u5e73\u53f0\u5546\u54c1\u56fe\u4e0b\u8f7d\u52a9\u624b\uff08\u6dd8\u5b9d\/\u5929\u732b\/1688\/\u4eac\u4e1c\/Temu\/Shein\/Alibaba\uff09", "description": "\u652f\u6301\u4eac\u4e1c\u3001Temu\u3001Shein\u3001\u6dd8\u5b9d\u3001\u5929\u732b\u30011688\u3001Alibaba \u5546\u54c1\u56fe\u7247\u4e00\u952e\u4e0b\u8f7d\uff0c\u81ea\u52a8\u8bc6\u522b\u4e3b\u56fe\u3001\u89c6\u9891\u3001SKU\u56fe\u3001\u8be6\u60c5\u56fe\uff0c\u6279\u91cf\u4e0b\u8f7d\u3001\u667a\u80fd\u5206\u7c7b\uff0c\u7535\u5546\u4eba\u5fc5\u5907\uff01", "action": { "default_icon": { "32": "image\/128.png" } }, "side_panel": { "default_path": "src\/popup.html" }, "icons": { "16": "image\/16.png", "48": "image\/48.png", "128": "image\/128.png" }, "permissions": [ "storage", "downloads", "webRequest", "sidePanel" ], "host_permissions": [ "*:\/\/*.detail.1688.com\/*", "*:\/\/*.taobao.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/*.jd.com\/*", "*:\/\/*.temu.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.detail.1688.com\/*" ], "js": [ "js\/to1688.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.taobao.com\/*", "*:\/\/*.tmall.com\/*" ], "js": [ "js\/taobao.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.jd.com\/*" ], "js": [ "js\/jd.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.alibaba.com\/*" ], "js": [ "js\/alibaba.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.temu.com\/*" ], "js": [ "js\/temu.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.shein.com\/*", "*:\/\/*.shein.com.hk\/*", "*:\/\/*.shein.tw\/*", "*:\/\/*.shein.co.uk\/*", "*:\/\/*.shein.fr\/*", "*:\/\/*.shein.de\/*", "*:\/\/*.shein.it\/*", "*:\/\/*.shein.es\/*", "*:\/\/*.shein.ru\/*", "*:\/\/*.shein.jp\/*", "*:\/\/*.shein.kr\/*", "*:\/\/*.shein.com.au\/*", "*:\/\/*.shein.ca\/*", "*:\/\/*.shein.com.br\/*", "*:\/\/*.shein.mx\/*" ], "js": [ "js\/shein.js" ], "run_at": "document_end" }, { "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "js\/injectTo1688.js" ], "matches": [ "*:\/\/*.detail.1688.com\/*" ] } ], "background": { "service_worker": "js\/background.js", "type": "module" } }