Multistre.am Opener

Extension to open all open Twitch tabs in Multistre.am

什么是Multistre.am Opener?

Multistre.am Opener是由Jimi Hite开发的Chrome扩展程序,该扩展的主要功能是“Extension to open all open Twitch tabs in Multistre.am”。

扩展截图

screenshot
screenshot

下载Multistre.am Opener扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Multistre.am Opener Multistre.am Opener
ID obmfjmajpmjbjpmjnlpncccjgmlpcifi
官方URL https://chromewebstore.google.com/detail/multistream-opener/obmfjmajpmjbjpmjnlpncccjgmlpcifi
简介 Extension to open all open Twitch tabs in Multistre.am
文件大小 14.39 KB
安装次数 38
当前版本 1.0
更新时间 2021-05-31
上架时间 2021-05-25
开发者 Jimi Hite
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}