Youtube Subtitle Download

This extension allows you to download captions data from Youtube. You can download captions data in multiple file formats.

Youtube Subtitle Downloadคืออะไร?

Youtube Subtitle Download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://subdown.org และคุณลักษณะหลักของมันคือ "This extension allows you to download captions data from Youtube. You can download captions data in multiple file formats."

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

screenshot

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

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

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

                        Youtube Subtitle Download is a chorme plug-in which allows users to download YouTube video captions.
Users can download caption data in multiple formats via our extension.

*Features*
-Easy to use: Youtube Subtitle Download has simple and easy interface for user to use.
-Information security :Youtube Subtitle Download won't share any users data to any other agents or groups.
-Multiple caption file formats download: Youtube Subtitle Download supports various caption file formats to choose, eg. SRT, VTT, TXT...
-Caption translation: Youtube Subtitle Download accepts caption auto transaltion and download. It supports over 30+ languages.
-Quick response: Only take few seconds you will get the caption files from YouTube.
-No Ads: Youtube Subtitle Download does not show ads and bother you when you use the plug-in.
-User Cares: If you have any problems, please contact us via email. Our support email: [email protected]

Note: 
Youtube Subtitle Download only accepts to download YouTube auto caption files. 
If the YouTube video do not have close caption (CC), you cannot download the caption files via our add-on.
Want to automatic generate captions for YouTube video? Have a free try on https://subdown.org/.

*How to Use*
1. Add Youtube Subtitle Download from Chorme Extension Store;
2. Open up YouTube website;
3. Click Youtube Subtitle Download  floating widget;
4. Choose the YouTube Caption format and download;
5. Click translation YouTube Caption and download; 
    (Note: This step is not required.)                    

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

ชื่อ Youtube Subtitle Download Youtube Subtitle Download
ID khmnckolfoiilmalemlhjdcibinoiofm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-subtitle-download/khmnckolfoiilmalemlhjdcibinoiofm
คำอธิบาย This extension allows you to download captions data from Youtube. You can download captions data in multiple file formats.
ขนาดไฟล์ 181 KB
จำนวนการติดตั้ง 290
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-07-08
วันที่เผยแพร่ 2021-04-01
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://subdown.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://subdown.org/
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "16": "images\/icon16.png",
            "48": "images\/icon48.png"
        },
        "default_popup": ".\/html\/popup.html",
        "default_title": "Youtube Subtitle Download"
    },
    "content_scripts": [
        {
            "js": [
                ".\/js\/content.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "This extension allows you to download  captions data from Youtube. You can download captions data in multiple file formats.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Youtube Subtitle Download",
    "permissions": [
        "activeTab",
        "downloads"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}