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.

Apa itu Pandora History Saver?

Pandora History Saver adalah ekstensi Chrome yang dikembangkan oleh Patrick Griffith, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pandora History Saver

Unduh file ekstensi Pandora History Saver dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pandora History Saver Pandora History Saver
ID honopjhbilnaafihhlbhflgecnmegeae
URL Resmi https://chromewebstore.google.com/detail/pandora-history-saver/honopjhbilnaafihhlbhflgecnmegeae
Deskripsi 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.
Ukuran File 77.75 KB
Jumlah Instalasi 105
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2015-11-20
Tanggal Publikasi 2015-11-20
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Patrick Griffith
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}