PanTube
PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
Hvad er PanTube?
PanTube er en Chrome-udvidelse udviklet af https://www.pantube.info, og dens hovedfunktion er "PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…".
Udvidelsesskærmbilleder
Download PanTube-udvidelses-CRX-fil
Download PanTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | PanTube |
ID | nkcfbkhcgnpfkgddabjpgnfgojmemiof |
Officiel URL | https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof |
Beskrivelse | PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the… |
Filstørrelse | 28.19 KB |
Antal Installationer | 71 |
Nuværende Version | 0.1 |
Senest Opdateret | 2013-02-06 |
Udgivelsesdato | 2013-02-05 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | https://www.pantube.info |
Betalingsmetode | free |
Udvidelseswebsted | http://www.pantube.info |
Hjælpeside-URL | http://www.pantube.info |
Understøttede Sprog | 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" ] } ] } |