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" } ] } |