Multistre.am Opener

Extension to open all open Twitch tabs in Multistre.am

Wat is Multistre.am Opener?

Multistre.am Opener is een Chrome-extensie ontwikkeld door Jimi Hite, en de belangrijkste functie is "Extension to open all open Twitch tabs in Multistre.am".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Multistre.am Opener

Download Multistre.am Opener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Multistre.am Opener Multistre.am Opener
ID obmfjmajpmjbjpmjnlpncccjgmlpcifi
Officiële URL https://chromewebstore.google.com/detail/multistream-opener/obmfjmajpmjbjpmjnlpncccjgmlpcifi
Beschrijving Extension to open all open Twitch tabs in Multistre.am
Bestandsgrootte 14.39 KB
Aantal Installaties 38
Huidige Versie 1.0
Laatst Bijgewerkt 2021-05-31
Publicatiedatum 2021-05-25
Ontwikkelaar Jimi Hite
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}