Multistre.am Opener
Extension to open all open Twitch tabs in Multistre.am
Multistre.am Opener là gì?
Multistre.am Opener là một tiện ích mở rộng Chrome được phát triển bởi Jimi Hite, và tính năng chính của nó là "Extension to open all open Twitch tabs in Multistre.am".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Multistre.am Opener
Tải xuống các tệp mở rộng Multistre.am Opener 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
Ever wanted to watch multiple Twitch streams at once? MultiStre.am Opener is an extension that provides an easy to use interface to watch up to eight streams at once using the website MultiStre.am. To use, visit Twitch.tv, open the extension and then either enter up to eight names of live streamers or open all Twitch tabs in your browser window with MultiStre.am.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Multistre.am Opener |
ID | obmfjmajpmjbjpmjnlpncccjgmlpcifi |
URL Chính Thức | https://chromewebstore.google.com/detail/multistream-opener/obmfjmajpmjbjpmjnlpncccjgmlpcifi |
Mô tả | Extension to open all open Twitch tabs in Multistre.am |
Kích Thước Tệp | 14.39 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-05-31 |
Ngày Phát Hành | 2021-05-25 |
Nhà Phát Triển | Jimi Hite |
[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", "name": "Multistre.am Opener", "version": "1.0", "description": "Extension to open all open Twitch tabs in Multistre.am", "permissions": [ "declarativeContent", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/multi_16.png", "32": "images\/multi_32.png", "48": "images\/multi_48.png", "128": "images\/multi_128.png" } }, "icons": { "16": "images\/multi_16.png", "32": "images\/multi_32.png", "48": "images\/multi_48.png", "128": "images\/multi_128.png" }, "options_page": "options.html", "manifest_version": 2 } |