LiveJimaku
Subtitles generator for YouTube Live
LiveJimaku là gì?
LiveJimaku là một tiện ích mở rộng Chrome được phát triển bởi 塗田一帆, và tính năng chính của nó là "Subtitles generator for YouTube Live".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LiveJimaku
Tải xuống các tệp mở rộng LiveJimaku dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
◆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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LiveJimaku |
ID | pggagcnknjflkejaiimenbpdoebfegkm |
URL Chính Thức | https://chromewebstore.google.com/detail/livejimaku/pggagcnknjflkejaiimenbpdoebfegkm |
Mô tả | Subtitles generator for YouTube Live |
Kích Thước Tệp | 48.28 KB |
Số Lần Cài Đặt | 1,108 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2023-08-27 |
Ngày Phát Hành | 2020-10-26 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | 塗田一帆 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://null.style |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |