Shein Images Downloader

Scrape and download high-resolution images of Shein product listings in bulk or one by one from any listing with just a click.

Shein Images Downloader란 무엇입니까?

Shein Images Downloader은(는) https://extensionsbox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrape and download high-resolution images of Shein product listings in bulk or one by one from any listing with just a click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Shein Images Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Shein Images Downloader
This Chrome extension allows you to easily download high-resolution images of products listed on Shein.com. With one click, you can download all the images of a product. You have the option to download images individually or zip them together for bulk download. No coding knowledge is required. This handy extension makes grabbing product images from Shein a breeze. 
Whether you want to use the images for design inspiration, print them, or simply archive your favorites, the extension helps you gather high-quality product photos with ease. Download what you need and skip the hassle. This useful tool was created for casual shoppers and power users alike.
Bring Shein images to your desktop in just one click - simple but powerful.

What Shein Images Downloader can do for me?
This is a Chrome Extension that allows users to scrape and download product images from Shein listings easily. With just one click, users can download all images for a particular product, making it a convenient tool for shop owners or anyone who needs to quickly grab product images from the site.

How to download all the listing images from a given Shein product?
Scraping and downloading product images can be done easily with our tool, without any need for coding. Simply follow these steps:  
- Open any product on Shein.com. 
- Click the “download icon” on the right top of the product listings images.
- All the product listings images should display on the popup window. You can download images individually or as a bundled zip file.

Data Privacy
Your data stays on your device and is not stored or transmitted to our servers. We prioritize keeping your information secure and confidential.

Disclaimer 
This is an independent project developed by ExtensionBox and has no relationship to Shein Inc.                    

확장 프로그램 기본 정보

이름 Shein Images Downloader Shein Images Downloader
ID ghnnkkhikjclkpldkbdopbpcocpchhoi
공식 URL https://chromewebstore.google.com/detail/shein-images-downloader/ghnnkkhikjclkpldkbdopbpcocpchhoi
설명 Scrape and download high-resolution images of Shein product listings in bulk or one by one from any listing with just a click.
파일 크기 3.03 MB
설치 횟수 1,271
현재 버전 1.0.3
최근 업데이트 2024-01-09
출시 날짜 2023-07-03
평점 3.67/5 총 6 개의 평점
개발자 https://extensionsbox.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sheinimagesdownloader.extensionsbox.com
도움말 페이지 URL https://sheinimagesdownloader.extensionsbox.com
개인정보 보호 정책 페이지 URL https://extensionsbox.com/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "identity",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/sheinimagesdownloader.extensionsbox.com\/*",
        "*:\/\/*.shein.com\/*",
        "*:\/\/*.shein.com.hk\/*",
        "*:\/\/*.shein.tw\/*",
        "*:\/\/*.shein.com.mx\/*",
        "*:\/\/*.shein.in\/*",
        "*:\/\/*.shein.se\/*",
        "*:\/\/*.shein.co.uk\/*",
        "*:\/\/*.shein.com.vn\/*",
        "*:\/\/*.img.ltwebstatic.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.shein.com\/*",
                "*:\/\/*.shein.com.hk\/*",
                "*:\/\/*.shein.tw\/*",
                "*:\/\/*.shein.com.mx\/*",
                "*:\/\/*.shein.in\/*",
                "*:\/\/*.shein.se\/*",
                "*:\/\/*.shein.co.uk\/*",
                "*:\/\/*.shein.com.vn\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlLHOVyuNCdlsvEQzdQTBB+IhsvilcgqP1GaTRWc8iPYtEVr92WjphK1eVPOS9jLeTC54Ls\/yklHUZxW19LUFxtsVm6MoOFlyiW3QeE3N7sEZWCdcddUOak2EHbQb6+xYe8LtHxA9KlTQdZH1lN9ifSPWup8rlDPseWErYScTtmZeR8xjexTxEIFFRQfosmztpMYngR1SM+o+7UVV6K+azItx8Fa+qf+MK1xhOEcwXM30wSUjM\/jfJ2hHuygRdykDMbC5bZBP\/hcBuvKWNmZ8w1mAIiM+wvD4NntIR+G8Gg\/XNRx9NXT4bvNpSEOyzHY2jENb9ZGT+0uyJ07lw4l9OQIDAQAB",
    "oauth2": {
        "client_id": "103344292584-9ij9rdm0kfikrb327rmr4dvj6u3ijolb.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*",
                "injected.js",
                "downloader.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}