Spotify Lyrics

This extension is for Spotify Lyrics.

Cos'è Spotify Lyrics?

Spotify Lyrics è un'estensione di Chrome sviluppata da kkooff2000, e la sua funzione principale è "This extension is for Spotify Lyrics.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Spotify Lyrics

Scarica i file di estensione Spotify Lyrics in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Spotify Lyrics Spotify Lyrics
ID efcfobmahecmlndolhbefbhkglhbkmkb
URL Ufficiale https://chrome.google.com/webstore/detail/spotify-lyrics/efcfobmahecmlndolhbefbhkglhbkmkb
Descrizione This extension is for Spotify Lyrics.
Dimensione del File 127 KB
Conteggio Installazioni 1,000
Versione Corrente 1.1
Ultimo Aggiornamento 2013-10-07
Data di Pubblicazione 2013-10-07
Valutazione 2.11/5 Totale 28 Valutazioni
Sviluppatore kkooff2000
Tipo di Pagamento free
Lingue Supportate 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"
    }
}