Spotify Lyrics

This extension is for Spotify Lyrics.

What is Spotify Lyrics?

Spotify Lyrics is a Chrome extension developed by kkooff2000, and its main feature is "This extension is for Spotify Lyrics.".

Extension Screenshots

screenshot
screenshot

Download Spotify Lyrics Extension CRX File

Download Spotify Lyrics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Spotify Lyrics Spotify Lyrics
ID efcfobmahecmlndolhbefbhkglhbkmkb
Official URL https://chrome.google.com/webstore/detail/spotify-lyrics/efcfobmahecmlndolhbefbhkglhbkmkb
Description This extension is for Spotify Lyrics.
File Size 127 KB
Installation Count 1,000
Current Version 1.1
Last Updated 2013-10-07
Publish Date 2013-10-07
Rating 2.11/5 Total 28 Ratings
Developer kkooff2000
Payment Type free
Supported Languages 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"
    }
}