Ultimate Guitar Favorites to Spotify

Easily export your Ultimate Guitar favorite songs to your Spotify

Hvad er Ultimate Guitar Favorites to Spotify?

Ultimate Guitar Favorites to Spotify er en Chrome-udvidelse udviklet af Antoine Mary, og dens hovedfunktion er "Easily export your Ultimate Guitar favorite songs to your Spotify".

Udvidelsesskærmbilleder

screenshot

Download Ultimate Guitar Favorites to Spotify-udvidelses-CRX-fil

Download Ultimate Guitar Favorites to Spotify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Ultimate Guitar Favorites to Spotify Ultimate Guitar Favorites to Spotify
ID jhadlgfdcpedmbohiknkbnfmpiaccocl
Officiel URL https://chrome.google.com/webstore/detail/ultimate-guitar-favorites/jhadlgfdcpedmbohiknkbnfmpiaccocl
Beskrivelse Easily export your Ultimate Guitar favorite songs to your Spotify
Filstørrelse 386 KB
Antal Installationer 648
Nuværende Version 1.6.8
Senest Opdateret 2021-04-26
Udgivelsesdato 2020-05-17
Bedømmelse 3.73/5 Samlet 11 Bedømmelser
Udvikler Antoine Mary
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/gyab/ultimate-guitar-favorites-to-spotify
Hjælpeside-URL https://github.com/gyab/ultimate-guitar-favorites-to-spotify
Understøttede Sprog 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"
    ]
}