PanTube
PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
Cos'è PanTube?
PanTube è un'estensione di Chrome sviluppata da https://www.pantube.info, e la sua funzione principale è "PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PanTube
Scarica i file di estensione PanTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PanTube |
ID | nkcfbkhcgnpfkgddabjpgnfgojmemiof |
URL Ufficiale | https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof |
Descrizione | PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the… |
Dimensione del File | 28.19 KB |
Conteggio Installazioni | 71 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2013-02-06 |
Data di Pubblicazione | 2013-02-05 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://www.pantube.info |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.pantube.info |
URL della Pagina di Aiuto | http://www.pantube.info |
Lingue Supportate | 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" ] } ] } |