UG Downloader
UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…
What is UG Downloader?
UG Downloader is a Chrome extension developed by James Waller, and its main feature is "UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…".
Extension Screenshots
Download UG Downloader Extension CRX File
Download UG Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports downloads for tabs that have been removed from the site as well, so no more pesky "This tab has been removed by the publisher" issues. Usage: Simply visit a guitar pro and power tab page and click on the UG Downloader extension icon. Tabs will be automatically downloaded for you in your default download location. UPDATE: Now supports HTTPS and the updated Ultimate Guitar download path. If your extension isn't working due to "Page not found", please update your extension.
Extension Basic Information
Name | |
ID | jmccjimjbganlpjjkakekhpjlphfoofc |
Official URL | https://chrome.google.com/webstore/detail/ug-downloader/jmccjimjbganlpjjkakekhpjlphfoofc |
Description | UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports… |
File Size | 9.28 KB |
Installation Count | 2,099 |
Current Version | 3.0 |
Last Updated | 2021-01-21 |
Publish Date | 2017-09-19 |
Rating | 3.74/5 Total 23 Ratings |
Developer | James Waller |
[email protected] | |
Payment Type | free |
Supported Languages | en |
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" ] } |