Twitch Multitasker
View and Browse at the same time
Twitch Multitaskerคืออะไร?
Twitch Multitasker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Josh Sanderson และคุณลักษณะหลักของมันคือ "View and Browse at the same time"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Multitasker
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Multitasker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Watch and chat in two Twitch streams at once while still allowing for browsing Twitch on the left half of the screen. While watching a stream type any stream name into the search bar and click the dual screen button to the right of the search button. If the search bar is empty and you click the split screen button it will return to single stream view. Once the double stream view is open you can toggle the chat on the left side with the button to the right of the split screen button. While in the split screen view browsing and searching is still possible and will show up on the left side display, the only way to change/remove the stream and chat on the right side is to use the search bar and buttons on the right of the search bar. A twitch account MUST be signed in or the option will not show.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Multitasker |
ID | jkfpfghlbjaehpichpcgdlihnbceinna |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-multitasker/jkfpfghlbjaehpichpcgdlihnbceinna |
คำอธิบาย | View and Browse at the same time |
ขนาดไฟล์ | 21.34 KB |
จำนวนการติดตั้ง | 176 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2022-12-25 |
วันที่เผยแพร่ | 2021-12-23 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Josh Sanderson |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Multitasker", "version": "1.3.1", "manifest_version": 2, "description": "View and Browse at the same time", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Twitch Multitasker", "default_icon": "icon2.png" }, "permissions": [ "https:\/\/www.twitch.tv\/*", "http:\/\/www.twitch.tv\/*", "activeTab" ] } |