Add Song to Youtube Playlist
Works with Pandora and IHeartRadio only.
Add Song to Youtube Playlist क्या है?
Add Song to Youtube Playlist andyschutzman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Works with Pandora and IHeartRadio only."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Add Song to Youtube Playlist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add songs from IHeart and Pandora to a Youtube playlist. Also create and delete your playlists. Double click on the song image to listen to it on repeat. Just look for the "Playlist" (Add to selected playlist) and "Config" buttons. *There will be a pop-up the first time to authenticate *Playlist has to be created before it can be selected *My first plugin so don't expect gold, just made it for fun
एक्सटेंशन की मूल जानकारी
नाम | Add Song to Youtube Playlist |
ID | ongallikkmodjflmlkphhpepdbgkcfji |
आधिकारिक URL | https://chromewebstore.google.com/detail/add-song-to-youtube-playl/ongallikkmodjflmlkphhpepdbgkcfji |
विवरण | Works with Pandora and IHeartRadio only. |
फ़ाइल का आकार | 41.9 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 0.0.0.4 |
अंतिम अपडेट | 2013-11-14 |
प्रकाशन तिथि | 2013-11-14 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | andyschutzman |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add Song to Youtube Playlist", "description": "Works with Pandora and IHeartRadio only.", "version": "0.0.0.4", "icons": { "128": "icon.png" }, "permissions": [ "https:\/\/gdata.youtube.com\/*", "https:\/\/www.google.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.pandora.com\/*", "*:\/\/*.iheart.com\/*" ], "js": [ "jquery-1.10.2.min.js", "playlist.js" ], "run_at": "document_end" } ] } |