PanTube
PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
Что такое PanTube?
PanTube - это расширение Chrome, разработанное https://www.pantube.info, и его основная функция - "PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…".
Снимки экрана расширения
Скачать файл CRX расширения PanTube
Скачайте файлы расширений PanTube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the user on user's browser using HTML5's LocalStorage. PanTube's playlist makes it easy to search the tracks on YouTube. Upcoming Version: Create a YouTube playlist of the songs played by Pandora so far.
Основная информация о расширении
Название | PanTube |
ID | nkcfbkhcgnpfkgddabjpgnfgojmemiof |
Официальный URL | https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof |
Описание | PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the… |
Размер файла | 28.19 KB |
Количество установок | 71 |
Текущая Версия | 0.1 |
Последнее Обновление | 2013-02-06 |
Дата публикации | 2013-02-05 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | https://www.pantube.info |
Тип оплаты | free |
Официальный сайт расширения | http://www.pantube.info |
URL страницы помощи | http://www.pantube.info |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PanTube", "version": "0.1", "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "PanTube", "default_icon": "icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.pandora.com\/*", "https:\/\/www.pandora.com\/*" ], "js": [ "content_script.js" ] } ] } |