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
Hvad er MultiTwitchIT?
MultiTwitchIT er en Chrome-udvidelse udviklet af https://www.outofmemory.blog.br, og dens hovedfunktion er "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".
Download MultiTwitchIT-udvidelses-CRX-fil
Download MultiTwitchIT-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jgdgdklgeobfdjmjhajoeblmaicchfel |
Officiel URL | https://chromewebstore.google.com/detail/multitwitchit/jgdgdklgeobfdjmjhajoeblmaicchfel |
Beskrivelse | 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 |
Filstørrelse | 61.04 KB |
Antal Installationer | 74 |
Nuværende Version | 0.4 |
Senest Opdateret | 2016-09-12 |
Udgivelsesdato | 2016-09-12 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://www.outofmemory.blog.br |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |