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次评分 |
开发者 | 塗田一帆 |
电子邮箱 | [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" ] } |