Redbubble tags copy Free!!

Redbubble tags copy Free!!

With this extension you can copy the tags of any product on redbubble EASILLY!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Redbubble tags copy Free!!",
  "description": "With this extension you can copy the tags of any product on redbubble EASILLY!",
  "version": "3.5.3",
  "icons": {
    "16": "/aissa16.png",
    "48": "/aissa48.png",
    "128": "/aissa128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.redbubble.com/*"
      ],
      "css": [
        "aissa.css"
      ],
      "js": [
        "aissa.js"
      ]
    }
  ]
}