MultiStream Extension
Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.
MultiStream Extension là gì?
MultiStream Extension là một tiện ích mở rộng Chrome được phát triển bởi jeffdalley, và tính năng chính của nó là "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.".
Ả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 MultiStream Extension
Tải xuống các tệp mở rộng MultiStream Extension 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
Chrome Extension for working with Twitch TV and https://multistre.am. This tool is intended to provide a few shortcuts for those who still use the main Twitch TV website, but would like to quickly and easily switch to MultiStream with up to 6 channels via the Extension button popup. When entering channel names in the extension's popup, your entries will be saved to local storage. This will enable you to browse to multiple Twitch pages and click the '+' button to add that stream, while persisting your previous additions despite the popup disappearing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MultiStream Extension |
ID | njglhbamlnkijhmcpnphfjeboaddnend |
URL Chính Thức | https://chromewebstore.google.com/detail/multistream-extension/njglhbamlnkijhmcpnphfjeboaddnend |
Mô tả | Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV. |
Kích Thước Tệp | 264 KB |
Số Lần Cài Đặt | 228 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2024-02-03 |
Ngày Phát Hành | 2017-10-10 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | jeffdalley |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jdalley |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MultiStream Extension", "short_name": "ms-extension", "description": "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.", "version": "1.4", "action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/kbmod-logo-48.png", "128": "images\/kbmod-logo-128.png" }, "permissions": [ "tabs", "storage" ] } |