MultiStream Extension
Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.
什麼是MultiStream Extension?
MultiStream Extension是由jeffdalley開發的Chrome擴展程式,該擴展的主要功能是“Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.”。
擴展截圖
下載MultiStream Extension擴展crx文件
下載MultiStream Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | MultiStream Extension |
ID | njglhbamlnkijhmcpnphfjeboaddnend |
官方網址 | https://chromewebstore.google.com/detail/multistream-extension/njglhbamlnkijhmcpnphfjeboaddnend |
簡介 | Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV. |
檔案大小 | 264 KB |
安裝次數 | 228 |
目前版本 | 1.4 |
更新時間 | 2024-02-03 |
上架時間 | 2017-10-10 |
評分 | 5.00/5 共 3 次評分 |
開發者 | jeffdalley |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/jdalley |
支援的語言 | 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" ] } |