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 là gì?
MultiTwitchIT là một tiện ích mở rộng Chrome được phát triển bởi https://www.outofmemory.blog.br, và tính năng chính của nó là "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".
Tải xuống tệp CRX của tiện ích mở rộng MultiTwitchIT
Tải xuống các tệp mở rộng MultiTwitchIT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jgdgdklgeobfdjmjhajoeblmaicchfel |
URL Chính Thức | https://chromewebstore.google.com/detail/multitwitchit/jgdgdklgeobfdjmjhajoeblmaicchfel |
Mô tả | 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 |
Kích Thước Tệp | 61.04 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2016-09-12 |
Ngày Phát Hành | 2016-09-12 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.outofmemory.blog.br |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |