yttwthmode
Twitch-like theater mode for Youtube livestreams and archives.
yttwthmodeคืออะไร?
yttwthmode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maquinas และคุณลักษณะหลักของมันคือ "Twitch-like theater mode for Youtube livestreams and archives."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย yttwthmode
ดาวน์โหลดไฟล์ส่วนขยาย yttwthmode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changes Youtube's theater mode to emulate Twitch's. Video is displayed in the whole window with the chat on the right and goes to the bottom when the screen shrinks to half size. Source available at https://github.com/maquinas07/yttwthmode/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | yttwthmode |
ID | ahnanfplkklemnpbjcgheicpcnodmjji |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yttwthmode/ahnanfplkklemnpbjcgheicpcnodmjji |
คำอธิบาย | Twitch-like theater mode for Youtube livestreams and archives. |
ขนาดไฟล์ | 44.22 KB |
จำนวนการติดตั้ง | 140 |
เวอร์ชันปัจจุบัน | 1.3.10 |
อัปเดตครั้งล่าสุด | 2024-01-14 |
วันที่เผยแพร่ | 2021-03-09 |
คะแนน | 3.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | maquinas |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/maquinas07/yttwthmode |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "yttwthmode", "version": "1.3.10", "description": "Twitch-like theater mode for Youtube livestreams and archives.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "dist\/content-script.js" ] } ], "action": { "default_popup": "dist\/popup\/popup.html", "default_icon": { "128": "dist\/img\/logo_128.png" } }, "permissions": [ "storage", "tabs" ], "icons": { "128": "dist\/img\/logo_128.png" }, "browser_specific_settings": { "gecko": { "id": "{ec1cc669-f6b7-4455-b288-bca14f840bf2}" } } } |