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
Co to jest MultiTwitchIT?
MultiTwitchIT to rozszerzenie Chrome opracowane przez https://www.outofmemory.blog.br, a jego główną funkcją jest „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”.
Pobierz plik CRX rozszerzenia MultiTwitchIT
Pobierz pliki rozszerzeń MultiTwitchIT 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jgdgdklgeobfdjmjhajoeblmaicchfel |
Oficjalny URL | https://chromewebstore.google.com/detail/multitwitchit/jgdgdklgeobfdjmjhajoeblmaicchfel |
Opis | 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 |
Rozmiar pliku | 61.04 KB |
Liczba instalacji | 74 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2016-09-12 |
Data Publikacji | 2016-09-12 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://www.outofmemory.blog.br |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |