Twitch Chat Replay
Replays Twitch chat for the anime marathons.
Twitch Chat Replay란 무엇입니까?
Twitch Chat Replay은(는) Abyss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replays Twitch chat for the anime marathons."입니다.
확장 프로그램 스크린샷
Twitch Chat Replay 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features include: Support for Crunchyroll marathon. Support for RWBY marathon. Support for multiple showings. Dark mode. VLC automatic syncing. For much more information see the website, or check out the source on github. https://www.TwitchChatReplay.com https://github.com/ahabyss/TwitchChatReplay NOTE: This extension is in beta, some anime are still unavailable.
확장 프로그램 기본 정보
이름 | Twitch Chat Replay |
ID | kckepnldahdjnfmlpalbgjekincelkkk |
공식 URL | https://chromewebstore.google.com/detail/twitch-chat-replay/kckepnldahdjnfmlpalbgjekincelkkk |
설명 | Replays Twitch chat for the anime marathons. |
파일 크기 | 57.45 MB |
설치 횟수 | 866 |
현재 버전 | 0.9.6 Beta |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 4.57/5 총 7 개의 평점 |
개발자 | Abyss |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.twitchchatreplay.com |
도움말 페이지 URL | https://www.reddit.com/r/TwitchChatReplay/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Chat Replay", "short_name": "TCR", "description": "Replays Twitch chat for the anime marathons.", "version": "0.9.6", "version_name": "0.9.6 Beta", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Twitch Chat Replay", "default_popup": "browseraction\/popup.html", "default_icon": { "16": "assets\/images\/TCRIcon16.png", "19": "assets\/images\/TCRIcon19.png", "20": "assets\/images\/TCRIcon20.png", "32": "assets\/images\/TCRIcon32.png", "38": "assets\/images\/TCRIcon38.png", "40": "assets\/images\/TCRIcon40.png", "48": "assets\/images\/TCRIcon48.png", "64": "assets\/images\/TCRIcon64.png", "128": "assets\/images\/TCRIcon128.png" } }, "options_ui": { "chrome_style": false, "open_in_tab": false, "page": "options\/options.html" }, "icons": { "16": "assets\/images\/TCRIcon16.png", "32": "assets\/images\/TCRIcon32.png", "48": "assets\/images\/TCRIcon48.png", "64": "assets\/images\/TCRIcon64.png", "128": "assets\/images\/TCRIcon128.png" }, "permissions": [ "storage", "notifications", "http:\/\/127.0.0.1:8080\/requests\/*" ], "web_accessible_resources": [ "data\/*.json" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |