Twitcasting Chat Replay
Replays the chat on Twitcasting archives.
Twitcasting Chat Replay란 무엇입니까?
Twitcasting Chat Replay은(는) lyger에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replays the chat on Twitcasting archives."입니다.
확장 프로그램 스크린샷
Twitcasting Chat Replay 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ツイキャスの録画を視聴するとき、ライブと同じようにコメントを流します。 Replays live chat for recorded Twitcasting broadcasts. ツイキャスの仕様のため、手動でコメントの遅延を調整する必要があります。 Due to programming limitations, the comment timing delay must be manually adjusted.
확장 프로그램 기본 정보
이름 | Twitcasting Chat Replay |
ID | lnbjmahfkagdmpeifkblhkglbcpbpohk |
공식 URL | https://chromewebstore.google.com/detail/twitcasting-chat-replay/lnbjmahfkagdmpeifkblhkglbcpbpohk |
설명 | Replays the chat on Twitcasting archives. |
파일 크기 | 57.22 KB |
설치 횟수 | 1,084 |
현재 버전 | 0.4 |
최근 업데이트 | 2020-02-13 |
출시 날짜 | 2020-02-13 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | lyger |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "ja", "manifest_version": 2, "version": "0.4", "permissions": [ "https:\/\/twitcasting.tv\/*\/movie\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitcasting.tv\/*\/movie\/*" ], "css": [ "styles.css" ], "js": [ "react.production.min.js", "react-dom.production.min.js", "contentScript.js" ] } ], "icons": { "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } } |