Multistre.am Opener

Extension to open all open Twitch tabs in Multistre.am

Hvad er Multistre.am Opener?

Multistre.am Opener er en Chrome-udvidelse udviklet af Jimi Hite, og dens hovedfunktion er "Extension to open all open Twitch tabs in Multistre.am".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Multistre.am Opener-udvidelses-CRX-fil

Download Multistre.am Opener-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Multistre.am Opener Multistre.am Opener
ID obmfjmajpmjbjpmjnlpncccjgmlpcifi
Officiel URL https://chromewebstore.google.com/detail/multistream-opener/obmfjmajpmjbjpmjnlpncccjgmlpcifi
Beskrivelse Extension to open all open Twitch tabs in Multistre.am
Filstørrelse 14.39 KB
Antal Installationer 38
Nuværende Version 1.0
Senest Opdateret 2021-05-31
Udgivelsesdato 2021-05-25
Udvikler Jimi Hite
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}