Vocaro Lyrics
This extension shows lyrics of nicovideo
Qu'est-ce que Vocaro Lyrics ?
Vocaro Lyrics est une extension Chrome développée par @Roo_Media_, et sa fonction principale est "This extension shows lyrics of nicovideo".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Vocaro Lyrics
Téléchargez les fichiers d'extension Vocaro Lyrics au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
이 어플리케이션은 보카로 가사 위키(http://vocaro.wikidot.com/) 공식 크롬 확장 프로그램입니다. 보카로 가사 위키에서 번역된 가사들을 니코니코동화 원본 동영상에서 볼 수 있습니다. 보카로 가사 위키의 번역 공동체가 직접 번역하고 있기 때문에 최신 트랜드는 물론, 마이너한 곡에 특화되어 있습니다.
Informations de Base sur l'Extension
Nom | |
ID | cbajpebgnifkhgehlajdenjefkdeocpn |
URL Officiel | https://chromewebstore.google.com/detail/vocaro-lyrics/cbajpebgnifkhgehlajdenjefkdeocpn |
Description | This extension shows lyrics of nicovideo |
Taille du Fichier | 34.39 KB |
Nombre d'Installations | 69 |
Version Actuelle | 0.11 |
Dernière Mise à Jour | 2016-03-19 |
Date de Publication | 2016-03-19 |
Développeur | @Roo_Media_ |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |