Vocaro Lyrics

This extension shows lyrics of nicovideo

Hvad er Vocaro Lyrics?

Vocaro Lyrics er en Chrome-udvidelse udviklet af @Roo_Media_, og dens hovedfunktion er "This extension shows lyrics of nicovideo".

Udvidelsesskærmbilleder

screenshot

Download Vocaro Lyrics-udvidelses-CRX-fil

Download Vocaro Lyrics-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Vocaro Lyrics Vocaro Lyrics
ID cbajpebgnifkhgehlajdenjefkdeocpn
Officiel URL https://chromewebstore.google.com/detail/vocaro-lyrics/cbajpebgnifkhgehlajdenjefkdeocpn
Beskrivelse This extension shows lyrics of nicovideo
Filstørrelse 34.39 KB
Antal Installationer 69
Nuværende Version 0.11
Senest Opdateret 2016-03-19
Udgivelsesdato 2016-03-19
Udvikler @Roo_Media_
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}