Etags - Etsy Tags Extractor

Etags - Etsy Tags Extractor

A smart keyword SEO tool for Etsy, find Etsy listing tags, one click to copy all Etsy listing tags.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Etags - Etsy Tags Extractor",
  "description": "A smart keyword SEO tool for Etsy, find Etsy listing tags, one click to copy all Etsy listing tags.",
  "version": "1.0.2",
  "manifest_version": 3,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon_48.png",
      "128": "icons/icon_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.etsy.com/**listing*"
      ],
      "js": [
        "libs/jquery-3.2.1.min.js",
        "libs/content.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "permissions": [],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "libs/*"
      ],
      "matches": []
    }
  ]
}