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
官方網址 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
}