Etsy Images Downloader

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

Etsy Images Downloaderとは何ですか?

Etsy Images Downloaderはhttps://extensionsbox.comによって開発されたChromeの拡張機能で、その主な機能は「Scrape and download high-resolution images of Etsy product listings in bulk or one by one from any listing with just a click.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Etsy Images Downloader拡張機能のCRXファイルをダウンロード

Etsy Images Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Etsy Images Downloader
This Chrome extension allows you to easily download high-resolution images of products listed on Etsy.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 Etsy a breeze. 
Whether you want to use the images for design inspiration, print them, or simply archive your favorites, the Etsy Images Downloader extension helps you gather high-quality Etsy product photos with ease. Download what you need and skip the hassle. This useful tool was created for casual Etsy shoppers and power users alike.
Bring Etsy images to your desktop in just one click! The Etsy Images Downloader Chrome extension - is simple but powerful.

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

How to download all the listing images from a given Etsy product?
Scraping and downloading Etsy images can be done easily with our tool, without any need for coding. Simply follow these steps:  
- Open any product on Etsy.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
The data you work with remains confined to your local machine and does not traverse our servers at any point.

Etsy™ is a trademark of Etsy Inc. registered in the U.S. and other countries. This is an independent project developed by ExtensionBox and has no relationship to Etsy or Etsy Inc.                    

拡張機能の基本情報

名前 Etsy Images Downloader Etsy Images Downloader
ID gbihcigegealfmeefgplcpejjdcpenbo
公式URL https://chromewebstore.google.com/detail/etsy-images-downloader/gbihcigegealfmeefgplcpejjdcpenbo
説明 Scrape and download high-resolution images of Etsy product listings in bulk or one by one from any listing with just a click.
ファイルサイズ 3.01 MB
インストール数 728
現在のバージョン 1.0.1
最終更新日 2023-12-08
公開日 2023-06-17
評価 5.00/5 合計 3 レビュー
開発者 https://extensionsbox.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://etsyimagesdownloader.extensionsbox.com
ヘルプページのURL https://etsyimagesdownloader.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",
    "description": "__MSG_appDesc__",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "identity",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/etsyimagesdownloader.extensionsbox.com\/*",
        "*:\/\/*.etsy.com\/*",
        "*:\/\/*.etsystatic.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": [
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAteIkzg0q5p3aQMtKYQEnw++Gw7xiISstQ3WPtlFNuFb4dLqbsaPL7MDcYHEJEDKLPOq8Y677rEyaWXtUZI9ncxhQ0vsPgT6N86yUfhVCuImexsjuhvhxhantFgxagN0FcgFLCbAbQm7y4YsS4acTqikdzSRoNR8fuXgiCsjmBQr66LoTN+4B22YMaO6ODFTXS2XuXWvEZqjyculuqansxb4ciQz9hGoALVPzMFTqSLPLS+nGHhoCaw9YwXDy8bpEIreHQILRZy\/4ay3yQM\/yebjXlw9Ww7pdCG\/HhkWTWzBEKowk4NjmCh6QEyMOX7nk+LQryV2GSEXsIRQ0ZpImdwIDAQAB",
    "oauth2": {
        "client_id": "541566674598-eiflo1eoi88suo2orc9910tdei0u3c7k.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": [
                ""
            ]
        }
    ]
}