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.」です。
拡張機能のスクリーンショット
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 |
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" } ] } |