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 |
Eメール | [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" ] } |