Songza2Spotify
Make Spotify playlists from Songza playlists
Songza2Spotify क्या है?
Songza2Spotify aloke.desai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Spotify playlists from Songza playlists"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Songza2Spotify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iecklmoacjonppcdpaageeeemlefgljn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/iecklmoacjonppcdpaageeeemlefgljn |
विवरण | Make Spotify playlists from Songza playlists |
फ़ाइल का आकार | 50.29 KB |
स्थापना संख्या | 97 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2014-10-03 |
प्रकाशन तिथि | 2014-10-03 |
रेटिंग | 3.64/5 कुल 11 रेटिंग्स |
डेवलपर | aloke.desai |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |