MultiTwitchIT
Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams
MultiTwitchITคืออะไร?
MultiTwitchIT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.outofmemory.blog.br และคุณลักษณะหลักของมันคือ "Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MultiTwitchIT
ดาวน์โหลดไฟล์ส่วนขยาย MultiTwitchIT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension makes the life easier for twitch.tv users who likes to use the multitwitch.tv functionality to watch multiple streams in the same tab. Open all streams you want to watch and then click on the MultitwitchIT icon of and voia la! A new tab opens with all previously opened twtich.tv streams.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jgdgdklgeobfdjmjhajoeblmaicchfel |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/multitwitchit/jgdgdklgeobfdjmjhajoeblmaicchfel |
คำอธิบาย | Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams |
ขนาดไฟล์ | 61.04 KB |
จำนวนการติดตั้ง | 74 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2016-09-12 |
วันที่เผยแพร่ | 2016-09-12 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.outofmemory.blog.br |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MultiTwitchIT", "description": "Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams", "version": "0.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "64": "icon_64.png", "128": "icon_128.png" }, "permissions": [ "tabs", "activeTab" ] } |