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.

Co je Pandora History Saver?

Pandora History Saver je rozšíření Chrome vyvinuté Patrick Griffith, a jeho hlavní funkcí je „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.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Pandora History Saver

Stáhněte si soubory rozšíření Pandora History Saver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Pandora History Saver Pandora History Saver
ID honopjhbilnaafihhlbhflgecnmegeae
Oficiální URL https://chromewebstore.google.com/detail/pandora-history-saver/honopjhbilnaafihhlbhflgecnmegeae
Popis 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.
Velikost souboru 77.75 KB
Počet instalací 105
Aktuální Verze 1.0.2
Poslední Aktualizace 2015-11-20
Datum Vydání 2015-11-20
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Patrick Griffith
Typ Platby free
Podporované Jazyky 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"
    ]
}