transpose4free

transpose4free

Transposing chords on tab4u and possibly other chord websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "transpose4free",
  "description": "Transposing chords on tab4u and possibly other chord websites",
  "version": "0.0.3",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.tab4u.com/tabs/songs/*"
      ],
      "css": [
        "tab4u.css"
      ],
      "js": [
        "utils.js",
        "tab4uContent.js"
      ]
    }
  ]
}