Youtube Subtitle Navigation

To help to navigate the video via subtitles

Youtube Subtitle Navigationคืออะไร?

Youtube Subtitle Navigation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 915522927 และคุณลักษณะหลักของมันคือ "To help to navigate the video via subtitles"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Subtitle Navigation

ดาวน์โหลดไฟล์ส่วนขยาย Youtube Subtitle Navigation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        To show the youtube subtitles in a scroll view. And you can click the subtitle to navigate to any point of the video                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube Subtitle Navigation Youtube Subtitle Navigation
ID mnmncjbohjbmlcjfledohhdbjgmpdgmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-subtitle-navigati/mnmncjbohjbmlcjfledohhdbjgmpdgmp
คำอธิบาย To help to navigate the video via subtitles
ขนาดไฟล์ 950 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2022-06-14
วันที่เผยแพร่ 2022-06-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา 915522927
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/qq915522927/youtube-subtiltle-scroller-plugin
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Subtitle Navigation",
    "version": "0.0.0.2",
    "description": "To help to navigate the video via subtitles",
    "icons": {
        "32": "icons\/logo32.png",
        "128": "icons\/logo128.png",
        "512": "icons\/logo512.png"
    },
    "permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/foreground.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "bootstrap-icons.woff",
                "bootstrap-icons.woff2"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ]
}