Add Song to Youtube Playlist
Works with Pandora and IHeartRadio only.
Add Song to Youtube Playlistคืออะไร?
Add Song to Youtube Playlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andyschutzman และคุณลักษณะหลักของมันคือ "Works with Pandora and IHeartRadio only."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add Song to Youtube Playlist
ดาวน์โหลดไฟล์ส่วนขยาย 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" } ] } |