Spotify Lyrics

This extension is for Spotify Lyrics.

Qu'est-ce que Spotify Lyrics ?

Spotify Lyrics est une extension Chrome développée par kkooff2000, et sa fonction principale est "This extension is for Spotify Lyrics.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Spotify Lyrics

Téléchargez les fichiers d'extension Spotify Lyrics au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Spotify Lyrics Spotify Lyrics
ID efcfobmahecmlndolhbefbhkglhbkmkb
URL Officiel https://chrome.google.com/webstore/detail/spotify-lyrics/efcfobmahecmlndolhbefbhkglhbkmkb
Description This extension is for Spotify Lyrics.
Taille du Fichier 127 KB
Nombre d'Installations 1,000
Version Actuelle 1.1
Dernière Mise à Jour 2013-10-07
Date de Publication 2013-10-07
Évaluation 2.11/5 Total 28 Évaluations
Développeur kkooff2000
Type de Paiement free
Langues Prises en Charge 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"
    }
}