Vocaro Lyrics

This extension shows lyrics of nicovideo

What is Vocaro Lyrics?

Vocaro Lyrics is a Chrome extension developed by @Roo_Media_, and its main feature is "This extension shows lyrics of nicovideo".

Extension Screenshots

screenshot

Download Vocaro Lyrics Extension CRX File

Download Vocaro Lyrics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        이 어플리케이션은 보카로 가사 위키(http://vocaro.wikidot.com/) 공식 크롬 확장 프로그램입니다.
보카로 가사 위키에서 번역된 가사들을 니코니코동화 원본 동영상에서 볼 수 있습니다.
보카로 가사 위키의 번역 공동체가 직접 번역하고 있기 때문에 최신 트랜드는 물론, 마이너한 곡에 특화되어 있습니다.                    

Extension Basic Information

Name Vocaro Lyrics Vocaro Lyrics
ID cbajpebgnifkhgehlajdenjefkdeocpn
Official URL https://chromewebstore.google.com/detail/vocaro-lyrics/cbajpebgnifkhgehlajdenjefkdeocpn
Description This extension shows lyrics of nicovideo
File Size 34.39 KB
Installation Count 69
Current Version 0.11
Last Updated 2016-03-19
Publish Date 2016-03-19
Developer @Roo_Media_
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vocaro Lyrics",
    "nickname": "\ubcf4\uce74\ub85c \uc704\ud0a4",
    "version": "0.11",
    "description": "This extension shows lyrics of nicovideo",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.nicovideo.jp\/watch\/*"
            ],
            "css": [
                "CSS\/injected_HTML.css"
            ],
            "js": [
                "JS\/jquery-2.1.4.min.js",
                "JS\/HTML_Injector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/vocaro.wikidot.com\/*"
    ]
}