Add Song to Youtube Playlist

Works with Pandora and IHeartRadio only.

什么是Add Song to Youtube Playlist?

Add Song to Youtube Playlist是由andyschutzman开发的Chrome扩展程序,该扩展的主要功能是“Works with Pandora and IHeartRadio only.”。

扩展截图

screenshot

下载Add Song to Youtube Playlist扩展crx文件

下载Add Song to Youtube Playlist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Add Song to Youtube Playlist Add Song to Youtube Playlist
ID ongallikkmodjflmlkphhpepdbgkcfji
官方URL https://chromewebstore.google.com/detail/add-song-to-youtube-playl/ongallikkmodjflmlkphhpepdbgkcfji
简介 Works with Pandora and IHeartRadio only.
文件大小 41.9 KB
安装次数 54
当前版本 0.0.0.4
更新时间 2013-11-14
上架时间 2013-11-14
评分 3.00/5 共2次评分
开发者 andyschutzman
付费类型 free
支持的语言 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"
        }
    ]
}