Ultimate Guitar Favorites to Spotify
Easily export your Ultimate Guitar favorite songs to your Spotify
Cos'è Ultimate Guitar Favorites to Spotify?
Ultimate Guitar Favorites to Spotify è un'estensione di Chrome sviluppata da Antoine Mary, e la sua funzione principale è "Easily export your Ultimate Guitar favorite songs to your Spotify".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ultimate Guitar Favorites to Spotify
Scarica i file di estensione Ultimate Guitar Favorites to Spotify 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
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!
Informazioni di Base sull'Estensione
Nome | |
ID | jhadlgfdcpedmbohiknkbnfmpiaccocl |
URL Ufficiale | https://chrome.google.com/webstore/detail/ultimate-guitar-favorites/jhadlgfdcpedmbohiknkbnfmpiaccocl |
Descrizione | Easily export your Ultimate Guitar favorite songs to your Spotify |
Dimensione del File | 386 KB |
Conteggio Installazioni | 648 |
Versione Corrente | 1.6.8 |
Ultimo Aggiornamento | 2021-04-26 |
Data di Pubblicazione | 2020-05-17 |
Valutazione | 3.73/5 Totale 11 Valutazioni |
Sviluppatore | Antoine Mary |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/gyab/ultimate-guitar-favorites-to-spotify |
URL della Pagina di Aiuto | https://github.com/gyab/ultimate-guitar-favorites-to-spotify |
Lingue Supportate | 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" ] } |