MultiTwitchIT

Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams

Was ist MultiTwitchIT?

MultiTwitchIT ist eine Chrome-Erweiterung, die von https://www.outofmemory.blog.br entwickelt wurde, und ihr Hauptmerkmal ist "Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams".

MultiTwitchIT-Erweiterungs-CRX-Datei herunterladen

Laden Sie MultiTwitchIT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension makes the life easier for twitch.tv users who likes to use the multitwitch.tv functionality to watch multiple streams in the same tab.
Open all streams you want to watch and then click on the MultitwitchIT icon of  and voia la! A new tab opens with all previously opened twtich.tv streams.                    

Grundlegende Informationen zur Erweiterung

Name MultiTwitchIT MultiTwitchIT
ID jgdgdklgeobfdjmjhajoeblmaicchfel
Offizielle URL https://chromewebstore.google.com/detail/multitwitchit/jgdgdklgeobfdjmjhajoeblmaicchfel
Beschreibung Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams
Dateigröße 61.04 KB
Installationsanzahl 74
Aktuelle Version 0.4
Letztes Update 2016-09-12
Veröffentlichungsdatum 2016-09-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.outofmemory.blog.br
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiTwitchIT",
    "description": "Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}