UG Downloader

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

Was ist UG Downloader?

UG Downloader ist eine Chrome-Erweiterung, die von James Waller entwickelt wurde, und ihr Hauptmerkmal ist "UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…".

Erweiterungsscreenshots

screenshot

UG Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie UG Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name UG Downloader UG Downloader
ID jmccjimjbganlpjjkakekhpjlphfoofc
Offizielle URL https://chrome.google.com/webstore/detail/ug-downloader/jmccjimjbganlpjjkakekhpjlphfoofc
Beschreibung UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…
Dateigröße 9.28 KB
Installationsanzahl 2,099
Aktuelle Version 3.0
Letztes Update 2021-01-21
Veröffentlichungsdatum 2017-09-19
Bewertung 3.74/5 Insgesamt 23 Bewertungen
Entwickler James Waller
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}