Etsy Email Extractor & Downloader

Etsy Email Extractor & Downloader

Extract and download Etsy order emails in CSV format. This extension is not affiliated with Etsy. Made by YTuong.me

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Etsy Email Extractor & Downloader",
  "description": "Extract and download Etsy order emails in CSV format. This extension is not affiliated with Etsy. Made by YTuong.me",
  "version": "1.0.6",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-32.png",
    "96": "img/logo-96.png",
    "128": "img/logo-128.png",
    "196": "img/logo-196.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/logo-96.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.chunk-18e1021c.bb1b4cee.js"
      ],
      "matches": [
        "*://*.etsy.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.etsy.com/*"
      ],
      "resources": [
        "img/logo-16.png",
        "img/logo-32.png",
        "img/logo-96.png",
        "img/logo-128.png",
        "img/logo-196.png",
        "inject.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*.etsy.com/*"
      ],
      "resources": [
        "assets/chunk-18e1021c.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage"
  ]
}