Floating Twitch Chat
Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…
Floating Twitch Chatคืออะไร?
Floating Twitch Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lucas และคุณลักษณะหลักของมันคือ "Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Floating Twitch Chat
ดาวน์โหลดไฟล์ส่วนขยาย Floating Twitch Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat appearance is customizable
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Floating Twitch Chat |
ID | fhaenepohcgdhppcnepekkiciccpgphf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/floating-twitch-chat/fhaenepohcgdhppcnepekkiciccpgphf |
คำอธิบาย | Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat… |
ขนาดไฟล์ | 772 KB |
จำนวนการติดตั้ง | 119 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2023-06-26 |
วันที่เผยแพร่ | 2021-02-10 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Lucas |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Floating Twitch Chat", "name": "Floating Twitch Chat", "version": "1.4", "manifest_version": 2, "icons": { "32": "assets\/chat32.png", "64": "assets\/chat64.png", "128": "assets\/chat128.png" }, "permissions": [ "storage", "*:\/\/*.twitch.tv\/*", "*:\/\/*.frankerfacez.com\/*", "*:\/\/*.betterttv.net\/*", "*:\/\/*.jtvnw.net\/*" ], "background": { "scripts": [ "app\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Floating Twitch Chat", "browser_style": false }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "css": [ "\/css\/root.css" ], "js": [ "\/static\/js\/content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "\/static\/css\/content.css", "\/static\/media\/*" ] } |