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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        - 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"
    ]
}