Lyrics ( Youtube / Youtube Music )

Displays lyrics in a flexible panel at YouTube and many other music sites

Lyrics ( Youtube / Youtube Music )란 무엇입니까?

Lyrics ( Youtube / Youtube Music )은(는) https://www.lyrics.co.kr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays lyrics in a flexible panel at YouTube and many other music sites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Lyrics ( Youtube / Youtube Music ) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automatically load KPOP lyrics for Youtube, Youtube Music


What does this extension do?
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ 
Displays lyrics in a flexible panel at YouTube and many other music sites (see below for the full list). 

__________________________________
Supported music sites
YouTube is supported by default.
The following are supported too, but only after enabling them at the options page:
- Youtube / Youtube Music

v1.3.7: Bug fixes. (2021-10-19)
v1.3.5: Bug fixes. (2021-05-21)
v1.3.04: Bug fixes
v1.3.03: Bug fixes
v1.3.00: Bug fixes, UI Changed
v1.2.10: Bug fixes
v1.1.01: Bug fixes, Improved song matching on YouTube                    

확장 프로그램 기본 정보

이름 Lyrics ( Youtube / Youtube Music ) Lyrics ( Youtube / Youtube Music )
ID fdpanfmdmcblgkecobjdhkgdnfilncfg
공식 URL https://chromewebstore.google.com/detail/lyrics-youtube-youtube-mu/fdpanfmdmcblgkecobjdhkgdnfilncfg
설명 Displays lyrics in a flexible panel at YouTube and many other music sites
파일 크기 2.17 MB
설치 횟수 12,754
현재 버전 3.0.2
최근 업데이트 2023-08-21
출시 날짜 2020-02-10
평점 3.45/5 총 82 개의 평점
개발자 https://www.lyrics.co.kr
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifest_for_name__",
    "description": "__MSG_manifest_for_description__",
    "default_locale": "en",
    "version": "3.0.2",
    "icons": {
        "128": "common\/images\/ic_logo.png"
    },
    "action": {
        "default_title": "Lyrics Site",
        "default_icon": "common\/images\/ic_logo.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "libs\/jquery-2.1.4.min.js",
                "libs\/common.min.js",
                "libs\/content_scripts.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}