Etsy Download

Etsy Download

Scrape Etsy Product images,photos,pictures and videos and export info to Excel with one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Etsy Download",
  "description": "Scrape Etsy Product images,photos,pictures and videos and export info to Excel with one click",
  "version": "1.0.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "service_worker.js"
  },
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "scripting",
    "downloads"
  ],
  "host_permissions": [
    "https://api.savemydayapp.com/*",
    "https://*.etsystatic.com/*"
  ],
  "action": {
    "default_title": "Etsy Image Easy Download",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/icons/16.png",
      "32": "/icons/32.png",
      "64": "/icons/64.png"
    }
  },
  "icons": {
    "16": "/icons/16.png",
    "32": "/icons/32.png",
    "64": "/icons/64.png"
  }
}