Add Song to Youtube Playlist

Works with Pandora and IHeartRadio only.

What is Add Song to Youtube Playlist?

Add Song to Youtube Playlist is a Chrome extension developed by andyschutzman, and its main feature is "Works with Pandora and IHeartRadio only.".

Extension Screenshots

screenshot

Download Add Song to Youtube Playlist Extension CRX File

Download Add Song to Youtube Playlist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Add Song to Youtube Playlist Add Song to Youtube Playlist
ID ongallikkmodjflmlkphhpepdbgkcfji
Official URL https://chromewebstore.google.com/detail/add-song-to-youtube-playl/ongallikkmodjflmlkphhpepdbgkcfji
Description Works with Pandora and IHeartRadio only.
File Size 41.9 KB
Installation Count 54
Current Version 0.0.0.4
Last Updated 2013-11-14
Publish Date 2013-11-14
Rating 3.00/5 Total 2 Ratings
Developer andyschutzman
Payment Type free
Supported Languages 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"
        }
    ]
}