PanTube

PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…

Wat is PanTube?

PanTube is een Chrome-extensie ontwikkeld door https://www.pantube.info, en de belangrijkste functie is "PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PanTube

Download PanTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PanTube PanTube
ID nkcfbkhcgnpfkgddabjpgnfgojmemiof
Officiële URL https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof
Beschrijving PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
Bestandsgrootte 28.19 KB
Aantal Installaties 71
Huidige Versie 0.1
Laatst Bijgewerkt 2013-02-06
Publicatiedatum 2013-02-05
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.pantube.info
Betalingswijze free
Extensiewebsite http://www.pantube.info
Help Pagina-URL http://www.pantube.info
Ondersteunde Talen 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"
            ]
        }
    ]
}