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 |
官方URL | 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" ] } |