What song is playing?

Lets you know what song Pandora is playing every time a new song comes on

Apa itu What song is playing??

What song is playing? adalah ekstensi Chrome yang dikembangkan oleh mike.roof, dan fitur utamanya adalah "Lets you know what song Pandora is playing every time a new song comes on".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi What song is playing?

Unduh file ekstensi What song is playing? 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

                        For those as lazy as I am:

This extension will display (IN BIG TEXT) the current song playing when you visit Pandora.com, so you don't have to get up and walk across the room to look.                    

Informasi Dasar Ekstensi

Nama What song is playing? What song is playing?
ID nnhebjkcjcpmihcklocpkdekkggniopf
URL Resmi https://chrome.google.com/webstore/detail/what-song-is-playing/nnhebjkcjcpmihcklocpkdekkggniopf
Deskripsi Lets you know what song Pandora is playing every time a new song comes on
Ukuran File 42.84 KB
Jumlah Instalasi 123
Versi Saat Ini 1.0
Terakhir Diperbarui 2012-09-23
Tanggal Publikasi 2012-09-23
Penilaian 1.00/5 Total 2 Penilaian
Pengembang mike.roof
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "What song is playing?",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Lets you know what song Pandora is playing every time a new song comes on",
    "browser_action": {
        "default_icon": "Speaker.png"
    },
    "icons": {
        "16": "Speaker.png",
        "48": "Speaker.png",
        "128": "Speaker.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pandora.com\/*"
            ],
            "js": [
                "jquery.js",
                "common.js"
            ]
        }
    ]
}