UG Downloader

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

UG Downloader क्या है?

UG Downloader James Waller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UG Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम UG Downloader UG Downloader
ID jmccjimjbganlpjjkakekhpjlphfoofc
आधिकारिक URL https://chrome.google.com/webstore/detail/ug-downloader/jmccjimjbganlpjjkakekhpjlphfoofc
विवरण UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…
फ़ाइल का आकार 9.28 KB
स्थापना संख्या 2,099
वर्तमान संस्करण 3.0
अंतिम अपडेट 2021-01-21
प्रकाशन तिथि 2017-09-19
रेटिंग 3.74/5 कुल 23 रेटिंग्स
डेवलपर James Waller
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}