Add Song to Youtube Playlist
Works with Pandora and IHeartRadio only.
O que é Add Song to Youtube Playlist?
Add Song to Youtube Playlist é uma extensão do Chrome desenvolvida por andyschutzman, e sua principal característica é "Works with Pandora and IHeartRadio only.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Add Song to Youtube Playlist
Baixe arquivos de extensão Add Song to Youtube Playlist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Add Song to Youtube Playlist |
ID | ongallikkmodjflmlkphhpepdbgkcfji |
URL Oficial | https://chromewebstore.google.com/detail/add-song-to-youtube-playl/ongallikkmodjflmlkphhpepdbgkcfji |
Descrição | Works with Pandora and IHeartRadio only. |
Tamanho do Arquivo | 41.9 KB |
Contagem de Instalações | 54 |
Versão Atual | 0.0.0.4 |
Última Atualização | 2013-11-14 |
Data de Publicação | 2013-11-14 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | andyschutzman |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |