ugtabdl

ugtabdl

Changes the Download Tab buttons location in 'ug' site.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ugtabdl",
  "version": "0.1",
  "description": "Changes the Download Tab buttons location in 'ug' site.",
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.ultimate-guitar.com/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ]
}