Youtube Subtitle Downloader
Download subtitle (Closed Caption) from YouTube
What is Youtube Subtitle Downloader?
Youtube Subtitle Downloader is a Chrome extension developed by lockex1987, and its main feature is "Download subtitle (Closed Caption) from YouTube".
Extension Screenshots
Download Youtube Subtitle Downloader Extension CRX File
Download Youtube Subtitle Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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
Extension Basic Information
Name | |
ID | falajjjalaffofcbkhgdemihkpllibom |
Official URL | https://chrome.google.com/webstore/detail/youtube-subtitle-download/falajjjalaffofcbkhgdemihkpllibom |
Description | Download subtitle (Closed Caption) from YouTube |
File Size | 31.29 KB |
Installation Count | 6,000 |
Current Version | 3.0.0 |
Last Updated | 2021-11-14 |
Publish Date | 2019-09-27 |
Rating | 2.78/5 Total 18 Ratings |
Developer | lockex1987 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |