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": "\u5e0c\u6653\u6653 \u5e0c\u97f3\u56fe\u7247\u6279\u91cf\u4e0b\u8f7d Shein Image Downloader CSV", "version": "1.1", "description": " ", "permissions": [ "activeTab" ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "128": "images\/128.png" }, "host_permissions": [ "*:\/\/*.shein.com\/*", "*:\/\/*.shein.com.hk\/*", "*:\/\/*.shein.tw\/*", "*:\/\/*.shein.com.mx\/*", "*:\/\/*.shein.in\/*", "*:\/\/*.shein.se\/*", "*:\/\/*.shein.co.uk\/*", "*:\/\/*.shein.com.vn\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.shein.com\/*", "*:\/\/*.shein.com.hk\/*", "*:\/\/*.shein.tw\/*", "*:\/\/*.shein.com.mx\/*", "*:\/\/*.shein.in\/*", "*:\/\/*.shein.se\/*", "*:\/\/*.shein.co.uk\/*", "*:\/\/*.shein.com.vn\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_title": "\u542f\u52a8\u6293\u53d6" } }