Etsy™ Tag Finder

Etsy™ Tag Finder

Boost your Etsy™ SEO with Etsy™ Tag Finder Chrome extension. Best tag optimization tool. Find & analyze tags efficiently.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.1",
  "name": "Etsyâ„¢ Tag Finder",
  "description": "Boost your Etsyâ„¢ SEO with Etsyâ„¢ Tag Finder Chrome extension. Best tag optimization tool. Find & analyze tags efficiently.",
  "icons": {
    "16": "ETSY.png",
    "48": "ETSY.png",
    "128": "ETSY.png"
  },
  "action": {
    "default_icon": {
      "16": "ETSY.png",
      "24": "ETSY.png",
      "32": "ETSY.png"
    },
    "default_title": "Etsy tag extractor",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "background/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.etsy.com/*"
      ],
      "js": [
        "utils.js",
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "notifications"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "etsylogo.png",
        "Etsytag.png",
        "logo.png",
        "ETSY.jpg",
        "Close.png",
        "point11.png",
        "point22.png",
        "point33.png",
        "point44.png",
        "skeleton.gif"
      ],
      "matches": [
        "https://www.etsy.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}