Songza2Spotify
Make Spotify playlists from Songza playlists
¿Qué es Songza2Spotify?
Songza2Spotify es una extensión de Chrome desarrollada por aloke.desai, y su función principal es "Make Spotify playlists from Songza playlists".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Songza2Spotify
Descarga archivos de extensión Songza2Spotify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Songza2Spotify allows you to download entire Songza playlists into Spotify. Click "Open Current" to open the current song in Spotify and "Open All" to open most of the songs in the playlist in Spotify. FAQ: Q: How does it work? A: Songza2Spotify works by repeatedly sending requests to the Songza API to get the next track and then sending that info to Spotify. Q: Does clicking "Open All" download the entire playlist? A: No, after a point Songza starts rate limiting the API requests. However, most of the time it will download anywhere between 40 to 100 of the songs in the current playlist. Q: How can I contribute? A: Songza2Spotify is completely open source and can be found at https://github.com/alokedesai/Songza2Spotify
Información Básica de la Extensión
Nombre | |
ID | iecklmoacjonppcdpaageeeemlefgljn |
URL Oficial | https://chrome.google.com/webstore/detail/iecklmoacjonppcdpaageeeemlefgljn |
Descripción | Make Spotify playlists from Songza playlists |
Tamaño del Archivo | 50.29 KB |
Cantidad de Instalaciones | 97 |
Versión Actual | 0.1 |
Última Actualización | 2014-10-03 |
Fecha de Publicación | 2014-10-03 |
Calificación | 3.64/5 Total de 11 Calificaciones |
Desarrollador | aloke.desai |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Songza2Spotify", "version": "0.1", "description": "Make Spotify playlists from Songza playlists", "content_scripts": [ { "matches": [ "http:\/\/songza.com\/*" ], "js": [ "jquery-1.11.1.min.js", "main.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |