Multistre.am Opener

Extension to open all open Twitch tabs in Multistre.am

Co to jest Multistre.am Opener?

Multistre.am Opener to rozszerzenie Chrome opracowane przez Jimi Hite, a jego główną funkcją jest „Extension to open all open Twitch tabs in Multistre.am”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Multistre.am Opener

Pobierz pliki rozszerzeń Multistre.am Opener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Multistre.am Opener Multistre.am Opener
ID obmfjmajpmjbjpmjnlpncccjgmlpcifi
Oficjalny URL https://chromewebstore.google.com/detail/multistream-opener/obmfjmajpmjbjpmjnlpncccjgmlpcifi
Opis Extension to open all open Twitch tabs in Multistre.am
Rozmiar pliku 14.39 KB
Liczba instalacji 38
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-05-31
Data Publikacji 2021-05-25
Deweloper Jimi Hite
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}