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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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