lyricist - Lyrics for Youtube

Youtube lyric injector.

lyricist - Lyrics for Youtube란 무엇입니까?

lyricist - Lyrics for Youtube은(는) Shantanu Raj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Youtube lyric injector."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

lyricist - Lyrics for Youtube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Youtube Lyrics that just work. No hassles, no captions, just the lyrics. Wabbalabbadubdub!

More features coming soon!

Changelog:

0.3.1 -
  BUG FIX - Lyrics not being displayed

0.3.0 - 
  BUG FIX - Displaying lyrics for previous song
  BUG FIX - Displaying multiple lyrics for a song

0.2.1 - 
  BUG FIX: lyrics not showing on tab change.
  FEATURE: Add support for more videos!                    

확장 프로그램 기본 정보

이름 lyricist - Lyrics for Youtube lyricist - Lyrics for Youtube
ID dmmaoggodhipicpoecpnkjbmoikeejgo
공식 URL https://chrome.google.com/webstore/detail/lyricist-lyrics-for-youtu/dmmaoggodhipicpoecpnkjbmoikeejgo
설명 Youtube lyric injector.
파일 크기 212 KB
설치 횟수 340
현재 버전 0.3.1
최근 업데이트 2018-12-17
출시 날짜 2018-12-17
평점 1.50/5 총 2 개의 평점
개발자 Shantanu Raj
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "lyricist - Lyrics for Youtube",
    "short_name": "lyricist",
    "version": "0.3.1",
    "author": "Jorik Schellekens & Swapnil Raj",
    "description": "Youtube lyric injector.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "192": "icons\/192.png",
        "256": "icons\/256.png"
    },
    "permissions": [
        "http:\/\/www.azlyrics.com\/",
        "https:\/\/www.azlyrics.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/content.js"
            ]
        }
    ]
}