Twitch chat overlay on fullscreen
Free Twitch chat,send messages,emotes,and anything you can do in the chat box while Twitch fullscreen.
Twitch chat overlay on fullscreenคืออะไร?
Twitch chat overlay on fullscreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Live3D และคุณลักษณะหลักของมันคือ "Free Twitch chat,send messages,emotes,and anything you can do in the chat box while Twitch fullscreen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch chat overlay on fullscreen
ดาวน์โหลดไฟล์ส่วนขยาย Twitch chat overlay on fullscreen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Free Twitch chat, send messages, emotes, and anything you can do in the chat box while Twitch fullscreen Do you need to view and send chat messages while watching a full-screen twitch stream? This extension gives you the best experience in full screen on Twitch streams Main settings of the extension: - Resize Twitch chat overlay - Automatically adjust opacity (increases opacity when you mouse click or hover or send a message) - Click on the top right corner to hide it(Click the icon in the lower right corner to find it when you need it) How to use: 1. Click “Add to Chrome” and install Twitch chat overlay on fullscreen 2. Visit Twitch.tv 3. Enter any live channel 4. Click fullscreen on the Twitch stream 5. Adjust the size to make you more comfortable 6. Send messages or emotes in the chat box 7. Have fun! If you like it, recommend it to others and give a nice review. It really helps.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch chat overlay on fullscreen |
ID | dckidogeibljnigjfahibbdnagakkiol |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-chat-overlay-on-fu/dckidogeibljnigjfahibbdnagakkiol |
คำอธิบาย | Free Twitch chat,send messages,emotes,and anything you can do in the chat box while Twitch fullscreen. |
ขนาดไฟล์ | 82.83 KB |
จำนวนการติดตั้ง | 762 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2023-01-14 |
วันที่เผยแพร่ | 2022-09-14 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Live3D |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://live3d.io |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,ja,ko |
manifest.json | |
{ "manifest_version": 3, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.0", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "background": { "service_worker": "js\/background.js" }, "icons": { "128": "icon\/128.png", "16": "icon\/16.png", "256": "icon\/256.png", "32": "icon\/32.png", "48": "icon\/48.png", "512": "icon\/512.png", "64": "icon\/64.png" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "matches": [ "*:\/\/*.twitch.tv\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "js\/actualContent.js", "img\/*.png" ], "matches": [ "*:\/\/*.twitch.tv\/*" ] } ], "action": { "default_icon": { "128": "icon\/128.png", "16": "icon\/16.png", "256": "icon\/256.png", "32": "icon\/32.png", "48": "icon\/48.png", "512": "icon\/512.png", "64": "icon\/64.png" } } } |