Spotify Lyrics

This extension is for Spotify Lyrics.

Vad är Spotify Lyrics?

Spotify Lyrics är en Chrome-tillägg utvecklad av kkooff2000, och dess huvudfunktion är "This extension is for Spotify Lyrics.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Spotify Lyrics-förlängningens CRX-fil

Ladda ner Spotify Lyrics-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Spotify Lyrics Spotify Lyrics
ID efcfobmahecmlndolhbefbhkglhbkmkb
Officiell webbadress https://chrome.google.com/webstore/detail/spotify-lyrics/efcfobmahecmlndolhbefbhkglhbkmkb
Beskrivning This extension is for Spotify Lyrics.
Filstorlek 127 KB
Antal Installationer 1,000
Aktuell Version 1.1
Senast Uppdaterad 2013-10-07
Publiceringsdatum 2013-10-07
Betyg 2.11/5 Totalt 28 Betyg
Utvecklare kkooff2000
Betalningssätt free
Stödda Språk 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"
    }
}