UG Downloader

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

Cos'è UG Downloader?

UG Downloader è un'estensione di Chrome sviluppata da James Waller, e la sua funzione principale è "UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UG Downloader

Scarica i file di estensione UG Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome UG Downloader UG Downloader
ID jmccjimjbganlpjjkakekhpjlphfoofc
URL Ufficiale https://chrome.google.com/webstore/detail/ug-downloader/jmccjimjbganlpjjkakekhpjlphfoofc
Descrizione UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…
Dimensione del File 9.28 KB
Conteggio Installazioni 2,099
Versione Corrente 3.0
Ultimo Aggiornamento 2021-01-21
Data di Pubblicazione 2017-09-19
Valutazione 3.74/5 Totale 23 Valutazioni
Sviluppatore James Waller
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}