Add Song to Youtube Playlist
Works with Pandora and IHeartRadio only.
Add Song to Youtube Playlist là gì?
Add Song to Youtube Playlist là một tiện ích mở rộng Chrome được phát triển bởi andyschutzman, và tính năng chính của nó là "Works with Pandora and IHeartRadio only.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Add Song to Youtube Playlist
Tải xuống các tệp mở rộng Add Song to Youtube Playlist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Add Song to Youtube Playlist |
ID | ongallikkmodjflmlkphhpepdbgkcfji |
URL Chính Thức | https://chromewebstore.google.com/detail/add-song-to-youtube-playl/ongallikkmodjflmlkphhpepdbgkcfji |
Mô tả | Works with Pandora and IHeartRadio only. |
Kích Thước Tệp | 41.9 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2013-11-14 |
Ngày Phát Hành | 2013-11-14 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | andyschutzman |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |