Japanese Lyric for Youtube
search lyric from utaten & display on youtube
Japanese Lyric for Youtubeとは何ですか?
Japanese Lyric for YoutubeはMikSukiによって開発されたChromeの拡張機能で、その主な機能は「search lyric from utaten & display on youtube」です。
拡張機能のスクリーンショット
Japanese Lyric for Youtube拡張機能のCRXファイルをダウンロード
Japanese Lyric for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
從UtaTen上找歌詞,並顯示在youtube上。 Search lyrics from UtaTen and display them on YouTube. 可選擇漢字或羅馬拼音。 Option to choose between kanji or romaji. Github: https://github.com/MikSuki/Japenese-Lyric-for-Youtube
拡張機能の基本情報
名前 | Japanese Lyric for Youtube |
ID | hohadfnnpldiebjcdpfgjgipdgnhifgm |
公式URL | https://chromewebstore.google.com/detail/japanese-lyric-for-youtub/hohadfnnpldiebjcdpfgjgipdgnhifgm |
説明 | search lyric from utaten & display on youtube |
ファイルサイズ | 71.83 KB |
インストール数 | 21 |
現在のバージョン | 1.0 |
最終更新日 | 2023-06-14 |
公開日 | 2023-06-13 |
開発者 | MikSuki |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Japanese Lyric for Youtube", "description": "search lyric from utaten & display on youtube", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "hello.html", "default_icon": "icon\/JPLY_logo.png" }, "icons": { "16": "icon\/JPLY_logo.png", "32": "icon\/JPLY_logo.png", "48": "icon\/JPLY_logo.png", "128": "icon\/JPLY_logo.png" }, "host_permissions": [ "https:\/\/*.utaten.com\/*", "*:\/\/*.youtube.com\/*", "https:\/\/www.google.com\/*" ], "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "js\/lib\/jquery-3.7.0.min.js", "js\/lib\/wanakana.min.js", "js\/content\/LCS.js", "js\/content\/utaten.js", "js\/content\/var.js", "js\/content\/word.js", "js\/content\/lyric.js", "js\/content\/box.js", "js\/content\/main.js", "js\/content\/event.js" ], "css": [ "\/css\/style.css" ], "run_at": "document_start" } ], "background": { "service_worker": "\/js\/background\/background.js" } } |