Vocaro Lyrics

This extension shows lyrics of nicovideo

Wat is Vocaro Lyrics?

Vocaro Lyrics is een Chrome-extensie ontwikkeld door @Roo_Media_, en de belangrijkste functie is "This extension shows lyrics of nicovideo".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Vocaro Lyrics

Download Vocaro Lyrics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Vocaro Lyrics Vocaro Lyrics
ID cbajpebgnifkhgehlajdenjefkdeocpn
Officiële URL https://chromewebstore.google.com/detail/vocaro-lyrics/cbajpebgnifkhgehlajdenjefkdeocpn
Beschrijving This extension shows lyrics of nicovideo
Bestandsgrootte 34.39 KB
Aantal Installaties 69
Huidige Versie 0.11
Laatst Bijgewerkt 2016-03-19
Publicatiedatum 2016-03-19
Ontwikkelaar @Roo_Media_
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}