LiveJimaku
Subtitles generator for YouTube Live
LiveJimakuとは何ですか?
LiveJimakuは塗田一帆によって開発されたChromeの拡張機能で、その主な機能は「Subtitles generator for YouTube Live」です。
拡張機能のスクリーンショット
LiveJimaku拡張機能のCRXファイルをダウンロード
LiveJimaku拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
◆features You can input the user name from YouTube Live chat and their comments will be automatically displayed as subtitles. If you specify the username of a volunteer who translate and comment what the streamer is saying as a real time , you can enjoy the live streams in any language. ◆Usage (1) Click the icon in the chat field. (2) Copy and paste the user name you want to specify (3) Click the icon again to close it. ◆If you find a problem Please contact me on Twitter (@nulltypo). I can't respond to reviews. ◆Disclaimer I'm not responsible for any loss or damage caused by this extension.
拡張機能の基本情報
名前 | LiveJimaku |
ID | pggagcnknjflkejaiimenbpdoebfegkm |
公式URL | https://chromewebstore.google.com/detail/livejimaku/pggagcnknjflkejaiimenbpdoebfegkm |
説明 | Subtitles generator for YouTube Live |
ファイルサイズ | 48.28 KB |
インストール数 | 1,108 |
現在のバージョン | 1.3.1 |
最終更新日 | 2023-08-27 |
公開日 | 2020-10-26 |
評価 | 4.71/5 合計 7 レビュー |
開発者 | 塗田一帆 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://null.style |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LiveJimaku", "version": "1.3.1", "author": "@nulltypo", "manifest_version": 3, "description": "__MSG_ext_desc__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "button.svg" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "lj.js" ], "css": [ "style.css" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "permissions": [ "storage" ] } |