Add Song to Youtube Playlist
Works with Pandora and IHeartRadio only.
Qu'est-ce que Add Song to Youtube Playlist ?
Add Song to Youtube Playlist est une extension Chrome développée par andyschutzman, et sa fonction principale est "Works with Pandora and IHeartRadio only.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Add Song to Youtube Playlist
Téléchargez les fichiers d'extension Add Song to Youtube Playlist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Add Song to Youtube Playlist |
ID | ongallikkmodjflmlkphhpepdbgkcfji |
URL Officiel | https://chromewebstore.google.com/detail/add-song-to-youtube-playl/ongallikkmodjflmlkphhpepdbgkcfji |
Description | Works with Pandora and IHeartRadio only. |
Taille du Fichier | 41.9 KB |
Nombre d'Installations | 54 |
Version Actuelle | 0.0.0.4 |
Dernière Mise à Jour | 2013-11-14 |
Date de Publication | 2013-11-14 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | andyschutzman |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |