Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shein\u2122 Reviews Extractor", "version": "1.0.5", "description": "Easily Scrape Shein reviews with one click and save them in a CSV file. Export includes comments, ratings, images, and etc.", "action": { "default_icon": ".\/assets\/images\/logo.png", "default_popup": ".\/popup\/index.html" }, "icons": { "16": "assets\/images\/logo.png", "48": "assets\/images\/logo.png", "128": "assets\/images\/logo.png" }, "oauth2": { "client_id": "260833350733-onfq1kb3199l54gugp07h7ieec80ari6.apps.googleusercontent.com", "scopes": [ "email", "openid" ] }, "permissions": [ "identity", "identity.email", "tabs", "storage" ], "host_permissions": [ "*:\/\/*.shein.com\/*", "*:\/\/*.yueplan.top\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.shein.com\/*", "*:\/\/*.yueplan.top\/*" ], "js": [ "contentScripts\/index.global.js" ] } ] }