Pandora History Saver

Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.

O que é Pandora History Saver?

Pandora History Saver é uma extensão do Chrome desenvolvida por Patrick Griffith, e sua principal característica é "Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pandora History Saver

Baixe arquivos de extensão Pandora History Saver 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

                        Records your history across all stations. 

It labels the songs you skipped.

Click on the song name to hear it on Youtube. 

Allows you to remove items from your history and then export the history to a text file.                    

Informações Básicas da Extensão

Nome Pandora History Saver Pandora History Saver
ID honopjhbilnaafihhlbhflgecnmegeae
URL Oficial https://chromewebstore.google.com/detail/pandora-history-saver/honopjhbilnaafihhlbhflgecnmegeae
Descrição Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.
Tamanho do Arquivo 77.75 KB
Contagem de Instalações 105
Versão Atual 1.0.2
Última Atualização 2015-11-20
Data de Publicação 2015-11-20
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Patrick Griffith
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pandora History Saver",
    "description": "Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.",
    "version": "1.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "model.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pandora.com\/*"
            ],
            "js": [
                "model.js",
                "content_script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "browser_action": {
        "default_title": "Pandora History Saver",
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}