Etsy Tag Extractor by Ali Kaan BAŞHAN

Etsy Tag Extractor by Ali Kaan BAŞHAN

Etsy Tag Extractor by Ali Kaan BAŞHAN

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 Tag Extractor by Ali Kaan BAŞHAN",
  "description": "Etsy Tag Extractor by Ali Kaan BAŞHAN",
  "version": "0.1.0",
  "icons": {
    "16": "hello.png",
    "32": "hello.png",
    "48": "hello.png",
    "128": "hello.png"
  },
  "host_permissions": [
    "*://*.etsy.com/listing/*"
  ],
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "*://*.etsy.com/listing/*"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "hello.png",
      "32": "hello.png",
      "48": "hello.png",
      "128": "hello.png"
    }
  }
}