WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Etsy Image Downloader - Save Etsy image video

Etsy Image Downloader - Save Etsy image video

View on Chrome Web Store
View Etsy Image Downloader - Save Etsy image video Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (6 ratings)
0 views
This extension has been viewed 0 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.

Scrape and download Etsy product images with one click. Easily save Etsy product videos and images in bulk!
Type
Extension
Users
278 users
5
EchoWebBot Studio
View author page of EchoWebBot Studio
Published
Published on December 2, 2023
Version 1.0.1
Manifest version
3
Updated
Updated on November 2, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Etsy Image Downloader - Save Etsy image video 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Etsy Image Downloader - Save Etsy image video",
    "description": "Scrape and download Etsy product images with one click. Easily save Etsy product videos and images in bulk!",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_title": "Etsy Image Downloader - Save Etsy image video",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.echobot.dev\/*",
        "*:\/\/*.etsy.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dashboard.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "icons\/128.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "content-scripts\/ui.css"
            ],
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ]
        }
    ],
    "background": {
        "type": "module",
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/etsydownloader.echobot.dev\/auth_redirect*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content-scripts\/auth.js"
            ]
        },
        {
            "matches": [
                "https:\/\/echobot.dev\/etsydownloader\/checkout*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content-scripts\/payCallback.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content-scripts\/ui.js"
            ]
        }
    ]
}
© 2026 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