LyriKa

Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.

LyriKaとは何ですか?

LyriKaはSuchSimpleMuchWowによって開発されたChromeの拡張機能で、その主な機能は「Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        LyriKa pulls lyrics for songs you play on Youtube or Spotify and displays them right there.                    

拡張機能の基本情報

名前 LyriKa LyriKa
ID fploppldpenfnknabfnifniandmadibh
公式URL https://chrome.google.com/webstore/detail/lyrika/fploppldpenfnknabfnifniandmadibh
説明 Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.
ファイルサイズ 495 KB
インストール数 96
現在のバージョン 1.7.1
最終更新日 2020-06-10
公開日 2020-06-10
評価 2.80/5 合計 5 レビュー
開発者 SuchSimpleMuchWow
支払い方法 free
拡張機能のウェブサイト https://github.com/manikantareddyd/lyrics_for_music
ヘルプページのURL https://github.com/manikantareddyd/lyrics_for_music
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LyriKa",
    "version": "1.7.1",
    "description": "Lyrics for your favorite songs on your favorite sites! Now supports Spotify (Web), Youtube, YT Music and Google Play Music.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/music.youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/open.spotify.com\/*",
                "*:\/\/play.google.com\/music\/*"
            ],
            "js": [
                "lib\/sites\/google_play_music.js",
                "lib\/sites\/youtube_music.js",
                "lib\/sites\/youtube.js",
                "lib\/sites\/spotify.js",
                "lib\/render.js",
                "lib\/scrapper.js",
                "lib\/engine.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/cors-anywhere.herokuapp.com\/*"
    ],
    "icons": {
        "48": "icons\/Icon-48.png",
        "96": "icons\/Icon-96.png",
        "128": "icons\/Icon-128.png",
        "256": "icons\/Icon-256.png",
        "512": "icons\/Icon-512.png"
    }
}