Images Downloader for WM

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

Images Downloader for WM란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Easily Download High-Resolution Walmart Product Images

Stop wasting time saving product images one by one. With just one click, our new tool allows you to instantly get all the high-resolution photos you need. Whether you need imagery for your website, print projects, or just inspiration, this extension delivers.

Bulk download all product images in seconds, regardless of your use case. Create catalogs, design print ads, build product galleries, or simply archive images for future reference. Our handy browser extension eliminates the hassle of hunting down photos for your product. 

Install now to save time and effort. With a single click, get all the high-quality product shots you want. Start scraping and saving instantly!

Key Features:

- One-click to get all images for any Walmart product listing 
- Bulk saving of images in seconds - no more saving one by one
- Access to high-resolution source files - perfect for print and web use
- Secure and confidential - all data stays on your device 
- Easy install browser extension - Start immediately

Stop struggling to gather product images from the Web. Our intelligent tool makes it simple to get all the photos you need with just one click. Install now and streamline your image-scraping process!

How to download all the listing images from a given product?
Scraping and saving product pics can be done quickly with our tool, without any need for coding. Simply follow these steps:  
- Open any product on Walmart.com.
- Click the “download icon” on the top right of the product listings images.
- All the product pics should be displayed on the popup window. You can save them one by one 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.

Walmart™ is registered trademarks of Wal-Mart Stores, Inc. in the United States and/or other countries. This independent project was developed by ExtensionBox and has no relationship with Wal-Mart Stores, Inc.                    

확장 프로그램 기본 정보

이름 Images Downloader for WM Images Downloader for WM
ID fdakeeindhklmojjbfjhgmpodngnpcfk
공식 URL https://chromewebstore.google.com/detail/images-downloader-for-wm/fdakeeindhklmojjbfjhgmpodngnpcfk
설명 Scrape and download high-resolution images of Walmart product listings in bulk or one by one from any listing with just a click.
파일 크기 3.03 MB
설치 횟수 244
현재 버전 1.0.4
최근 업데이트 2024-01-09
출시 날짜 2023-09-16
평점 4.43/5 총 7 개의 평점
개발자 https://extensionsbox.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://imagesdownloaderforwm.extensionsbox.com
도움말 페이지 URL https://imagesdownloaderforwm.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.4",
    "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": [
        "*:\/\/walmartreviewsextractor.extensionsbox.com\/*",
        "*:\/\/*.walmart.com\/*",
        "*:\/\/*.walmartimages.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": [
                "*:\/\/*.walmart.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg1dR\/gPP6cp\/qGz62EMqf3DC4G4dSF9XxrG\/TvihjUhvAz0NdrElnlQGd7MAWcz2lH65wTckqOYiwggnQlx9v2iCEisJTf\/l82RrNA26fBhWBSFqgOIbQMnCBnFy8k44PHmivMSmtqfW7ZBxxVIZuWhUsY7qNUBw7JPvId7oNl54nf7F8j7oLnPlczlvh+NUgBYqsjaOA96UGIy7t63KvLAOXamDsAYj8Fuu+rB+dv5ftPkR0Dq1U1ZMyz6tuHVC+AWi8YiNNsvlWn4fm8EAouekHx9NB7eqXjPR1ZmRXJR+2Q6XXUM\/drGc2HHjiDDmb2LMZnD2A8qwpff+P24D7wIDAQAB",
    "oauth2": {
        "client_id": "147344842003-lqngsu8881kf9asg4bq4bm6vi92refk8.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\/*",
                "downloader.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}