Setify, convert setlists to playlists
Export setlist.fm setlists as Spotify playlists! Works with setify.co to convert setlist.fm setlists to Spotify playlists.
Cos'è Setify, convert setlists to playlists?
Setify, convert setlists to playlists è un'estensione di Chrome sviluppata da https://setify.co, e la sua funzione principale è "Export setlist.fm setlists as Spotify playlists! Works with setify.co to convert setlist.fm setlists to Spotify playlists.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Setify, convert setlists to playlists
Scarica i file di estensione Setify, convert setlists to playlists 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
Setify (setify.co) is an app that makes it easy for you to convert setlist.fm playlists into Spotify playlists. This extension provides a small window on each setlist page of setlist.fm allowing you to convert it with Setify. One of the best features of Setify is that it will tell you which songs are (and aren't!) available on Spotify. It will also tell you which songs are covers not by the searched artist, so you can know exactly how your Spotify playlist is going to look before you save it.
Informazioni di Base sull'Estensione
Nome | |
ID | fmmipjnkejcpjflkilakfabibfdeepfj |
URL Ufficiale | https://chrome.google.com/webstore/detail/setify-convert-setlists-t/fmmipjnkejcpjflkilakfabibfdeepfj |
Descrizione | Export setlist.fm setlists as Spotify playlists! Works with setify.co to convert setlist.fm setlists to Spotify playlists. |
Dimensione del File | 67.15 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2017-07-10 |
Data di Pubblicazione | 2017-07-10 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://setify.co |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://setify.co/ |
URL della Pagina di Aiuto | https://twitter.com/lawrhol |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Setify, convert setlists to playlists", "description": "Export setlist.fm setlists as Spotify playlists! Works with setify.co to convert setlist.fm setlists to Spotify playlists.", "version": "0.4", "icons": { "16": "[email protected]", "48": "[email protected]", "128": "[email protected]" }, "content_scripts": [ { "matches": [ "*:\/\/www.setlist.fm\/setlist\/*\/*\/*.html" ], "css": [ "style.css" ], "js": [ "jquery.js", "contentscript.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "web_accessible_resources": [ "fonts\/open.woff2", "fonts\/fatface.woff2" ], "permissions": [ "activeTab" ] } |