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
官方網址 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"
        }
    ]
}