Add Song to Youtube Playlist

Works with Pandora and IHeartRadio only.

Cos'è Add Song to Youtube Playlist?

Add Song to Youtube Playlist è un'estensione di Chrome sviluppata da andyschutzman, e la sua funzione principale è "Works with Pandora and IHeartRadio only.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Add Song to Youtube Playlist

Scarica i file di estensione Add Song to Youtube Playlist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Add Song to Youtube Playlist Add Song to Youtube Playlist
ID ongallikkmodjflmlkphhpepdbgkcfji
URL Ufficiale https://chromewebstore.google.com/detail/add-song-to-youtube-playl/ongallikkmodjflmlkphhpepdbgkcfji
Descrizione Works with Pandora and IHeartRadio only.
Dimensione del File 41.9 KB
Conteggio Installazioni 54
Versione Corrente 0.0.0.4
Ultimo Aggiornamento 2013-11-14
Data di Pubblicazione 2013-11-14
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore andyschutzman
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}