PanTube
PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
Co je PanTube?
PanTube je rozšíření Chrome vyvinuté https://www.pantube.info, a jeho hlavní funkcí je „PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PanTube
Stáhněte si soubory rozšíření PanTube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | PanTube |
ID | nkcfbkhcgnpfkgddabjpgnfgojmemiof |
Oficiální URL | https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof |
Popis | PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the… |
Velikost souboru | 28.19 KB |
Počet instalací | 71 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2013-02-06 |
Datum Vydání | 2013-02-05 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | https://www.pantube.info |
Typ Platby | free |
Webové stránky Rozšíření | http://www.pantube.info |
URL Stránky Nápovědy | http://www.pantube.info |
Podporované Jazyky | 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" ] } ] } |