SHEINImage - Shein Image Downloader & Editor

One click to download Shein product images, variants, export metadata to Excel, and edit images.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_name__",
  "version": "0.0.8",
  "description": "__MSG_description__",
  "permissions": [
    "downloads",
    "storage",
    "identity",
    "scripting",
    "unlimitedStorage",
    "alarms",
    "sidePanel"
  ],
  "host_permissions": [
    "*://*.shein.com/*",
    "*://*.shein.cn/*",
    "*://*.shein.co/*",
    "*://*.shein.in/*",
    "*://*.shein.tw/*",
    "*://*.shein.se/*",
    "*://*.shein.co.uk/*",
    "*://*.shein.com.vn/*",
    "*://*.shein.com.hk/*",
    "*://*.shein.com.mx/*",
    "*://*.img.ltwebstatic.com/*"
  ],
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html"
  },
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.shein.com/**",
        "*://*.shein.cn/**",
        "*://*.shein.co/**",
        "*://*.shein.in/**",
        "*://*.shein.tw/**",
        "*://*.shein.se/**",
        "*://*.shein.co.uk/**",
        "*://*.shein.com.vn/*",
        "*://*.shein.com.hk/*",
        "*://*.shein.com.mx/**"
      ],
      "js": [
        "src/pages/content/index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/pages/injected/index.js",
        "assets/js/*.js",
        "assets/css/*.css",
        "icon-128.png",
        "icon-48.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "oauth2": {
    "client_id": "5257063827-cms0nc3op1id2o85oooninohkmuql4t6.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}