Add Song to Youtube Playlist

Works with Pandora and IHeartRadio only.

Wat is Add Song to Youtube Playlist?

Add Song to Youtube Playlist is een Chrome-extensie ontwikkeld door andyschutzman, en de belangrijkste functie is "Works with Pandora and IHeartRadio only.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Add Song to Youtube Playlist

Download Add Song to Youtube Playlist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Add Song to Youtube Playlist Add Song to Youtube Playlist
ID ongallikkmodjflmlkphhpepdbgkcfji
Officiële URL https://chromewebstore.google.com/detail/add-song-to-youtube-playl/ongallikkmodjflmlkphhpepdbgkcfji
Beschrijving Works with Pandora and IHeartRadio only.
Bestandsgrootte 41.9 KB
Aantal Installaties 54
Huidige Versie 0.0.0.4
Laatst Bijgewerkt 2013-11-14
Publicatiedatum 2013-11-14
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar andyschutzman
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}