UG Downloader

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

Qu'est-ce que UG Downloader ?

UG Downloader est une extension Chrome développée par James Waller, et sa fonction principale est "UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UG Downloader

Téléchargez les fichiers d'extension UG Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom UG Downloader UG Downloader
ID jmccjimjbganlpjjkakekhpjlphfoofc
URL Officiel 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…
Taille du Fichier 9.28 KB
Nombre d'Installations 2,099
Version Actuelle 3.0
Dernière Mise à Jour 2021-01-21
Date de Publication 2017-09-19
Évaluation 3.74/5 Total 23 Évaluations
Développeur James Waller
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}