PanTube

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

Qu'est-ce que PanTube ?

PanTube est une extension Chrome développée par https://www.pantube.info, et sa fonction principale est "PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PanTube

Téléchargez les fichiers d'extension PanTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PanTube PanTube
ID nkcfbkhcgnpfkgddabjpgnfgojmemiof
URL Officiel https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof
Description PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
Taille du Fichier 28.19 KB
Nombre d'Installations 71
Version Actuelle 0.1
Dernière Mise à Jour 2013-02-06
Date de Publication 2013-02-05
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://www.pantube.info
Type de Paiement free
Site Web de l'Extension http://www.pantube.info
URL de la Page d'Aide http://www.pantube.info
Langues Prises en Charge 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"
            ]
        }
    ]
}