MultiStream Extension

Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.

Hvad er MultiStream Extension?

MultiStream Extension er en Chrome-udvidelse udviklet af jeffdalley, og dens hovedfunktion er "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download MultiStream Extension-udvidelses-CRX-fil

Download MultiStream Extension-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

                        Chrome Extension for working with Twitch TV and https://multistre.am.

This tool is intended to provide a few shortcuts for those who still use the main Twitch TV website, but would like to quickly and easily switch to MultiStream with up to 6 channels via the Extension button popup.

When entering channel names in the extension's popup, your entries will be saved to local storage. This will enable you to browse to multiple Twitch pages and click the '+' button to add that stream, while persisting your previous additions despite the popup disappearing.                    

Grundlæggende oplysninger om udvidelsen

Navn MultiStream Extension MultiStream Extension
ID njglhbamlnkijhmcpnphfjeboaddnend
Officiel URL https://chromewebstore.google.com/detail/multistream-extension/njglhbamlnkijhmcpnphfjeboaddnend
Beskrivelse Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.
Filstørrelse 264 KB
Antal Installationer 228
Nuværende Version 1.4
Senest Opdateret 2024-02-03
Udgivelsesdato 2017-10-10
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler jeffdalley
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/jdalley
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MultiStream Extension",
    "short_name": "ms-extension",
    "description": "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.",
    "version": "1.4",
    "action": {
        "default_icon": "images\/icon32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/kbmod-logo-48.png",
        "128": "images\/kbmod-logo-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}