WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Shein Image Scraper Batch Download

Shein Image Scraper Batch Download

View on Chrome Web Store
View Shein Image Scraper Batch Download Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
1 new ratings
3 views
This extension has been viewed 3 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Shein's image export to ZIP download function allows merchants to easily batch download and manage product images. It supports the…
Type
Extension
Users
30 users
1
ai111222333444555666777888
View author page of ai111222333444555666777888
Published
Published on December 17, 2024
Version 1.0.6
Manifest version
3
Updated
Updated on March 6, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Shein Image Scraper Batch Download Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "version": "1.0.6",
    "description": "__MSG_app_description__",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.shein.com\/*",
                "*:\/\/*.shein.com.hk\/*",
                "*:\/\/*.shein.tw\/*",
                "*:\/\/*.shein.co.uk\/*",
                "*:\/\/*.shein.de\/*",
                "*:\/\/*.shein.fr\/*",
                "*:\/\/*.shein.it\/*",
                "*:\/\/*.shein.es\/*",
                "*:\/\/*.shein.co.jp\/*",
                "*:\/\/*.shein.com.au\/*",
                "*:\/\/*.shein.ca\/*",
                "*:\/\/*.shein.in\/*",
                "*:\/\/*.shein.ae\/*",
                "*:\/\/*.shein.com.mx\/*",
                "*:\/\/*.shein.com.br\/*",
                "*:\/\/*.shein.com.tr\/*",
                "*:\/\/*.shein.nl\/*",
                "*:\/\/*.shein.ie\/*",
                "*:\/\/*.shein.be\/*",
                "*:\/\/*.shein.at\/*",
                "*:\/\/*.shein.ch\/*",
                "*:\/\/*.shein.se\/*",
                "*:\/\/*.shein.dk\/*",
                "*:\/\/*.shein.no\/*",
                "*:\/\/*.shein.fi\/*",
                "*:\/\/*.shein.pt\/*",
                "*:\/\/*.shein.pl\/*",
                "*:\/\/*.shein.ru\/*",
                "*:\/\/*.shein.co.nz\/*",
                "*:\/\/*.shein.sg\/*",
                "*:\/\/*.shein.co.kr\/*",
                "*:\/\/*.shein.co.th\/*",
                "*:\/\/*.shein.com.my\/*",
                "*:\/\/*.shein.com.ph\/*",
                "*:\/\/*.shein.com.ar\/*",
                "*:\/\/*.shein.cl\/*",
                "*:\/\/*.shein.com.co\/*",
                "*:\/\/*.shein.pe\/*",
                "*:\/\/*.shein.co.za\/*",
                "*:\/\/*.shein.com.vn\/*",
                "*:\/\/*.shein.co.id\/*",
                "*:\/\/*.shein.sa\/*",
                "*:\/\/*.shein.com.kw\/*",
                "*:\/\/*.shein.com.mo\/*",
                "*:\/\/*.shein.com.bd\/*",
                "*:\/\/*.shein.gr\/*",
                "*:\/\/*.shein.hu\/*",
                "*:\/\/*.shein.cz\/*",
                "*:\/\/*.shein.sk\/*",
                "*:\/\/*.shein.ro\/*",
                "*:\/\/*.shein.bg\/*",
                "*:\/\/*.shein.hr\/*",
                "*:\/\/*.shein.rs\/*",
                "*:\/\/*.shein.si\/*",
                "*:\/\/*.shein.lv\/*",
                "*:\/\/*.shein.lt\/*",
                "*:\/\/*.shein.ee\/*"
            ],
            "type": "module",
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "util\/index.js",
                "assets\/index.js",
                "util\/jszip.min.js"
            ],
            "type": "module"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.shein.com\/*",
        "*:\/\/*.shein.com.hk\/*",
        "*:\/\/*.shein.tw\/*",
        "*:\/\/*.shein.co.uk\/*",
        "*:\/\/*.shein.de\/*",
        "*:\/\/*.shein.fr\/*",
        "*:\/\/*.shein.it\/*",
        "*:\/\/*.shein.es\/*",
        "*:\/\/*.shein.co.jp\/*",
        "*:\/\/*.shein.com.au\/*",
        "*:\/\/*.shein.ca\/*",
        "*:\/\/*.shein.in\/*",
        "*:\/\/*.shein.ae\/*",
        "*:\/\/*.shein.com.mx\/*",
        "*:\/\/*.shein.com.br\/*",
        "*:\/\/*.shein.com.tr\/*",
        "*:\/\/*.shein.nl\/*",
        "*:\/\/*.shein.ie\/*",
        "*:\/\/*.shein.be\/*",
        "*:\/\/*.shein.at\/*",
        "*:\/\/*.shein.ch\/*",
        "*:\/\/*.shein.se\/*",
        "*:\/\/*.shein.dk\/*",
        "*:\/\/*.shein.no\/*",
        "*:\/\/*.shein.fi\/*",
        "*:\/\/*.shein.pt\/*",
        "*:\/\/*.shein.pl\/*",
        "*:\/\/*.shein.ru\/*",
        "*:\/\/*.shein.co.nz\/*",
        "*:\/\/*.shein.sg\/*",
        "*:\/\/*.shein.co.kr\/*",
        "*:\/\/*.shein.co.th\/*",
        "*:\/\/*.shein.com.my\/*",
        "*:\/\/*.shein.com.ph\/*",
        "*:\/\/*.shein.com.ar\/*",
        "*:\/\/*.shein.cl\/*",
        "*:\/\/*.shein.com.co\/*",
        "*:\/\/*.shein.pe\/*",
        "*:\/\/*.shein.co.za\/*",
        "*:\/\/*.shein.com.vn\/*",
        "*:\/\/*.shein.co.id\/*",
        "*:\/\/*.shein.sa\/*",
        "*:\/\/*.shein.com.kw\/*",
        "*:\/\/*.shein.com.mo\/*",
        "*:\/\/*.shein.com.bd\/*",
        "*:\/\/*.shein.gr\/*",
        "*:\/\/*.shein.hu\/*",
        "*:\/\/*.shein.cz\/*",
        "*:\/\/*.shein.sk\/*",
        "*:\/\/*.shein.ro\/*",
        "*:\/\/*.shein.bg\/*",
        "*:\/\/*.shein.hr\/*",
        "*:\/\/*.shein.rs\/*",
        "*:\/\/*.shein.si\/*",
        "*:\/\/*.shein.lv\/*",
        "*:\/\/*.shein.lt\/*",
        "*:\/\/*.shein.ee\/*"
    ],
    "default_locale": "zh_CN",
    "author": "Shein_img_001",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top