Etsy™ Reviews Extractor

Etsy™ Reviews Extractor

Effortlessly get Etsy reviews and easily save them in a CSV file. Export comments, ratings, variations, images, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Etsy™ Reviews Extractor",
  "version": "1.1.2",
  "description": "Effortlessly get Etsy reviews and easily save them in a CSV file. Export comments, ratings, variations, images, and more.",
  "action": {
    "default_icon": "./assets/images/logo.png",
    "default_popup": "./popup/index.html"
  },
  "icons": {
    "16": "./assets/images/logo.png",
    "48": "./assets/images/logo.png",
    "128": "./assets/images/logo.png"
  },
  "oauth2": {
    "client_id": "260833350733-on947ctk61nea6eje1b3c2bo5mt2ii74.apps.googleusercontent.com",
    "scopes": [
      "email",
      "openid"
    ]
  },
  "permissions": [
    "identity",
    "identity.email",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "*://*.etsy.com/*",
    "*://*.yueplan.top/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.etsy.com/listing/*",
        "https://*.etsy.com/*/listing/*",
        "*://*.yueplan.top/*"
      ],
      "js": [
        "contentScripts/index.global.js"
      ]
    }
  ]
}