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.

Wat is Pandora History Saver?

Pandora History Saver is een Chrome-extensie ontwikkeld door Patrick Griffith, en de belangrijkste functie is "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.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pandora History Saver

Download Pandora History Saver-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

                        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.                    

Basisinformatie over de Extensie

Naam Pandora History Saver Pandora History Saver
ID honopjhbilnaafihhlbhflgecnmegeae
Officiële URL https://chromewebstore.google.com/detail/pandora-history-saver/honopjhbilnaafihhlbhflgecnmegeae
Beschrijving 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.
Bestandsgrootte 77.75 KB
Aantal Installaties 105
Huidige Versie 1.0.2
Laatst Bijgewerkt 2015-11-20
Publicatiedatum 2015-11-20
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Patrick Griffith
Betalingswijze free
Ondersteunde Talen 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"
    ]
}