UG Downloader

UG Downloader

UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "UG Downloader",
  "version": "3.0",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "icon.png",
    "name": "Click to download tab"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://tabs.ultimate-guitar.com/*",
    "http://tabs.ultimate-guitar.com/*",
    "tabs"
  ]
}