PanTube
PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
What is PanTube?
PanTube is a Chrome extension developed by https://www.pantube.info, and its main feature is "PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…".
Extension Screenshots
Download PanTube Extension CRX File
Download PanTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PanTube |
ID | nkcfbkhcgnpfkgddabjpgnfgojmemiof |
Official URL | https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof |
Description | PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the… |
File Size | 28.19 KB |
Installation Count | 71 |
Current Version | 0.1 |
Last Updated | 2013-02-06 |
Publish Date | 2013-02-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://www.pantube.info |
Payment Type | free |
Extension Website | http://www.pantube.info |
Help Page URL | http://www.pantube.info |
Supported Languages | 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" ] } ] } |