LiveJimaku
Subtitles generator for YouTube Live
LiveJimaku란 무엇입니까?
LiveJimaku은(는) 塗田一帆에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Subtitles generator for YouTube Live"입니다.
확장 프로그램 스크린샷
LiveJimaku 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
◆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" ] } |