Twitch Chat Replay
Replays Twitch chat for the anime marathons.
Twitch Chat Replayคืออะไร?
Twitch Chat Replay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abyss และคุณลักษณะหลักของมันคือ "Replays Twitch chat for the anime marathons."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Chat Replay
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Chat Replay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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'" } |