Youtube Subtitle Downloader

Download subtitle (Closed Caption) from YouTube

Youtube Subtitle Downloaderคืออะไร?

Youtube Subtitle Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lockex1987 และคุณลักษณะหลักของมันคือ "Download subtitle (Closed Caption) from YouTube"

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

screenshot

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

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

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

                        - Check every YouTube video, and notify to the user (no subtitle or download links)
- Convert from YouTube timed format to popular SRT format
- Easy, lightweight
- Use mostly only pure client-side JavaScript
- This add-on does not support auto-generated subtitles (not yet)
- Firefox link: https://addons.mozilla.org/en-US/firefox/addon/youtube-subtitle-downloader/
- Chrome link: https://chrome.google.com/webstore/detail/youtube-subtitle-download/falajjjalaffofcbkhgdemihkpllibom                    

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

ชื่อ Youtube Subtitle Downloader Youtube Subtitle Downloader
ID falajjjalaffofcbkhgdemihkpllibom
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-subtitle-download/falajjjalaffofcbkhgdemihkpllibom
คำอธิบาย Download subtitle (Closed Caption) from YouTube
ขนาดไฟล์ 31.29 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2021-11-14
วันที่เผยแพร่ 2019-09-27
คะแนน 2.78/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา lockex1987
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Subtitle Downloader",
    "version": "3.0.0",
    "description": "Download subtitle (Closed Caption) from YouTube",
    "icons": {
        "48": "images\/download-64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": false,
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/common.js",
        "js\/gui.js",
        "js\/timed-to-srt-converter.js",
        "js\/youtube-subtitle-downloader.js"
    ]
}