Spotify Lyrics

This extension is for Spotify Lyrics.

Spotify Lyricsとは何ですか?

Spotify Lyricsはkkooff2000によって開発されたChromeの拡張機能で、その主な機能は「This extension is for Spotify Lyrics.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Spotify Lyrics拡張機能のCRXファイルをダウンロード

Spotify Lyrics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Spotify Lyrics Spotify Lyrics
ID efcfobmahecmlndolhbefbhkglhbkmkb
公式URL https://chrome.google.com/webstore/detail/spotify-lyrics/efcfobmahecmlndolhbefbhkglhbkmkb
説明 This extension is for Spotify Lyrics.
ファイルサイズ 127 KB
インストール数 1,000
現在のバージョン 1.1
最終更新日 2013-10-07
公開日 2013-10-07
評価 2.11/5 合計 28 レビュー
開発者 kkooff2000
支払い方法 free
対応言語 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"
    }
}