Japanese Lyric for Youtube

search lyric from utaten & display on youtube

Japanese Lyric for Youtubeคืออะไร?

Japanese Lyric for Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MikSuki และคุณลักษณะหลักของมันคือ "search lyric from utaten & display on youtube"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Japanese Lyric for Youtube

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    }
}