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.

Cos'è Pandora History Saver?

Pandora History Saver è un'estensione di Chrome sviluppata da Patrick Griffith, e la sua funzione principale è "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.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pandora History Saver

Scarica i file di estensione Pandora History Saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pandora History Saver Pandora History Saver
ID honopjhbilnaafihhlbhflgecnmegeae
URL Ufficiale https://chromewebstore.google.com/detail/pandora-history-saver/honopjhbilnaafihhlbhflgecnmegeae
Descrizione 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.
Dimensione del File 77.75 KB
Conteggio Installazioni 105
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-11-20
Data di Pubblicazione 2015-11-20
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Patrick Griffith
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}