Spotify Lyrics

This extension is for Spotify Lyrics.

Apa itu Spotify Lyrics?

Spotify Lyrics adalah ekstensi Chrome yang dikembangkan oleh kkooff2000, dan fitur utamanya adalah "This extension is for Spotify Lyrics.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Spotify Lyrics

Unduh file ekstensi Spotify Lyrics 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

                        It a extension for Spotify Lyrics.
Play music at https://play.spotify.com/ then click the extension.                    

Informasi Dasar Ekstensi

Nama Spotify Lyrics Spotify Lyrics
ID efcfobmahecmlndolhbefbhkglhbkmkb
URL Resmi https://chrome.google.com/webstore/detail/spotify-lyrics/efcfobmahecmlndolhbefbhkglhbkmkb
Deskripsi This extension is for Spotify Lyrics.
Ukuran File 127 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.1
Terakhir Diperbarui 2013-10-07
Tanggal Publikasi 2013-10-07
Penilaian 2.11/5 Total 28 Penilaian
Pengembang kkooff2000
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spotify Lyrics",
    "description": "This extension is for Spotify Lyrics.",
    "version": "1.1",
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.spotify.com\/*",
                "http:\/\/mp3.baidu.com\/dev\/api\/*",
                "http:\/\/ting.baidu.com\/*"
            ],
            "js": [
                "jquery-1.7.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "music.png",
        "default_popup": "popup.html"
    }
}