Add Song to Youtube Playlist

Works with Pandora and IHeartRadio only.

¿Qué es Add Song to Youtube Playlist?

Add Song to Youtube Playlist es una extensión de Chrome desarrollada por andyschutzman, y su función principal es "Works with Pandora and IHeartRadio only.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Add Song to Youtube Playlist

Descarga archivos de extensión Add Song to Youtube Playlist 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

                        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                    

Información Básica de la Extensión

Nombre Add Song to Youtube Playlist Add Song to Youtube Playlist
ID ongallikkmodjflmlkphhpepdbgkcfji
URL Oficial https://chromewebstore.google.com/detail/add-song-to-youtube-playl/ongallikkmodjflmlkphhpepdbgkcfji
Descripción Works with Pandora and IHeartRadio only.
Tamaño del Archivo 41.9 KB
Cantidad de Instalaciones 54
Versión Actual 0.0.0.4
Última Actualización 2013-11-14
Fecha de Publicación 2013-11-14
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador andyschutzman
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}