PanTube

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

O que é PanTube?

PanTube é uma extensão do Chrome desenvolvida por https://www.pantube.info, e sua principal característica é "PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PanTube

Baixe arquivos de extensão PanTube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome PanTube PanTube
ID nkcfbkhcgnpfkgddabjpgnfgojmemiof
URL Oficial https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof
Descrição PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
Tamanho do Arquivo 28.19 KB
Contagem de Instalações 71
Versão Atual 0.1
Última Atualização 2013-02-06
Data de Publicação 2013-02-05
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://www.pantube.info
Tipo de Pagamento free
Site da Extensão http://www.pantube.info
URL da Página de Ajuda http://www.pantube.info
Idiomas Suportados 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"
            ]
        }
    ]
}