PanTube
PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
Was ist PanTube?
PanTube ist eine Chrome-Erweiterung, die von https://www.pantube.info entwickelt wurde, und ihr Hauptmerkmal ist "PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…".
Erweiterungsscreenshots
PanTube-Erweiterungs-CRX-Datei herunterladen
Laden Sie PanTube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | PanTube |
ID | nkcfbkhcgnpfkgddabjpgnfgojmemiof |
Offizielle URL | https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof |
Beschreibung | PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the… |
Dateigröße | 28.19 KB |
Installationsanzahl | 71 |
Aktuelle Version | 0.1 |
Letztes Update | 2013-02-06 |
Veröffentlichungsdatum | 2013-02-05 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://www.pantube.info |
Zahlungsart | free |
Erweiterungswebsite | http://www.pantube.info |
Hilfeseite URL | http://www.pantube.info |
Unterstützte Sprachen | 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" ] } ] } |