Twitch multistream

Twitch multistream lets you easily make a multistream of all your favorite twitch streamers

什么是Twitch multistream?

Twitch multistream是由jrmurray开发的Chrome扩展程序,该扩展的主要功能是“Twitch multistream lets you easily make a multistream of all your favorite twitch streamers”。

扩展截图

screenshot
screenshot
screenshot

下载Twitch multistream扩展crx文件

下载Twitch multistream扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Twitch Multistream will make a multistream from the Twitch.tv stream tabs you have open. You can also login with your Twitch account to get the streams you follow.

The multistream itself is provided by KBMOD a great website and community for gamers. This extension is not affiliated with Twitch.tv.                    

扩展基本信息

名称 Twitch multistream Twitch multistream
ID mjaafpfnaeofaacnmkfdafldodlaomln
官方URL https://chromewebstore.google.com/detail/twitch-multistream/mjaafpfnaeofaacnmkfdafldodlaomln
简介 Twitch multistream lets you easily make a multistream of all your favorite twitch streamers
文件大小 143 KB
安装次数 4,608
当前版本 2.0.2
更新时间 2020-05-23
上架时间 2020-05-23
评分 4.16/5 共25次评分
开发者 jrmurray
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://groups.google.com/forum/#!forum/twitch-multistream-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch multistream",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Twitch multistream lets you easily make a multistream of all your favorite twitch streamers",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiO4V48MHrO7c4lMCKvEEAuGtbqIDdPfL78R\/wPX0bMI8VUpxb9YWgn6+y70\/0UC8WoEQNDuizj4tFhQvYI2Rr7W7FpfJxOBxTpCuWrEylnRlXTZOeUrHw3vYlFGmV+8N8ni0MV4TgHMF47zyeCImHVesfXfbQdU91ZIwwELQ9uPIlY\/d1ans37fhDEYIzNDecQeyMp9iyx+RHu8Kkr9nyw49nGi1XMeSAaXSz8Q15Wp6H4Q9mcNO4uKYxusxs9tsvwQ0QC1Is5+otyX5Ns\/ap4OW8dOZR0TYYWiP61hFkSISmR1XoW3xVlppeY3kPrPYwk2tAkQafSKgwDEwFS95wwIDAQAB",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Twitch multistream",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "http:\/\/kbmod.com\/multistream\/*",
        "https:\/\/api.twitch.tv\/*",
        "http:\/\/twitch.tv\/*"
    ]
}