Etsy™ AI Review Analysis & Download

Etsy™ AI Review Analysis & Download

Introducing AI(ChatGPT) Review Analysis and Download Tool for Etsy Sellers!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.2.9",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "homepage_url": "https://chrome.google.com",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "*://*.etsyhunt.com/*"
  ],
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.etsy.com/listing/*",
        "*://*.etsy.com/*/listing/*",
        "*://*.etsy.com/shop/*",
        "*://*.etsy.com/*/shop/*",
        "*://*.etsy.com/*"
      ],
      "js": [
        "js/content.js"
      ],
      "css": [
        "css/content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "icon/icon48.png",
    "default_title": "popup",
    "default_popup": ""
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "icon/*"
      ],
      "matches": [
        "https://www.etsy.com/*"
      ]
    }
  ]
}