Youtube Subtitle Downloader
Download subtitle (Closed Caption) from YouTube
什么是Youtube Subtitle Downloader?
Youtube Subtitle Downloader是由lockex1987开发的Chrome扩展程序,该扩展的主要功能是“Download subtitle (Closed Caption) from YouTube”。
扩展截图
下载Youtube Subtitle Downloader扩展crx文件
下载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
扩展基本信息
名称 | |
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" ] } |