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"
    }
}