Ultimate Guitar Favorites to Spotify

Easily export your Ultimate Guitar favorite songs to your Spotify

Ultimate Guitar Favorites to Spotify क्या है?

Ultimate Guitar Favorites to Spotify Antoine Mary द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily export your Ultimate Guitar favorite songs to your Spotify"।

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

screenshot

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

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

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

                        v1.6.8: 2021 Spring cleaning, sorry for the delay!

You added a lot of tabs to your favorites on Ultimate Guitar and you wish you could practice them easily. Well you came to the right place! This extension will create a Spotify playlist containing all the songs from your favorites.

Once this extension is installed, you'll only have to open your 'My Tabs' page and click on the guitar pick located on the left of the page.

Enjoy it!                    

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

नाम Ultimate Guitar Favorites to Spotify Ultimate Guitar Favorites to Spotify
ID jhadlgfdcpedmbohiknkbnfmpiaccocl
आधिकारिक URL https://chrome.google.com/webstore/detail/ultimate-guitar-favorites/jhadlgfdcpedmbohiknkbnfmpiaccocl
विवरण Easily export your Ultimate Guitar favorite songs to your Spotify
फ़ाइल का आकार 386 KB
स्थापना संख्या 648
वर्तमान संस्करण 1.6.8
अंतिम अपडेट 2021-04-26
प्रकाशन तिथि 2020-05-17
रेटिंग 3.73/5 कुल 11 रेटिंग्स
डेवलपर Antoine Mary
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/gyab/ultimate-guitar-favorites-to-spotify
सहायता पृष्ठ URL https://github.com/gyab/ultimate-guitar-favorites-to-spotify
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.6.8",
    "icons": {
        "128": "icon128.png"
    },
    "name": "Ultimate Guitar Favorites to Spotify",
    "description": "Easily export your Ultimate Guitar favorite songs to your Spotify",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ultimate-guitar.com\/user\/mytabs"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}