Spotify Lyrics

This extension is for Spotify Lyrics.

Wat is Spotify Lyrics?

Spotify Lyrics is een Chrome-extensie ontwikkeld door kkooff2000, en de belangrijkste functie is "This extension is for Spotify Lyrics.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Spotify Lyrics

Download Spotify Lyrics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Spotify Lyrics Spotify Lyrics
ID efcfobmahecmlndolhbefbhkglhbkmkb
Officiële URL https://chrome.google.com/webstore/detail/spotify-lyrics/efcfobmahecmlndolhbefbhkglhbkmkb
Beschrijving This extension is for Spotify Lyrics.
Bestandsgrootte 127 KB
Aantal Installaties 1,000
Huidige Versie 1.1
Laatst Bijgewerkt 2013-10-07
Publicatiedatum 2013-10-07
Beoordeling 2.11/5 Totaal 28 Beoordelingen
Ontwikkelaar kkooff2000
Betalingswijze free
Ondersteunde Talen 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"
    }
}