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
O que é MultiTwitchIT?
MultiTwitchIT é uma extensão do Chrome desenvolvida por https://www.outofmemory.blog.br, e sua principal característica é "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".
Baixar o arquivo CRX da Extensão MultiTwitchIT
Baixe arquivos de extensão MultiTwitchIT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jgdgdklgeobfdjmjhajoeblmaicchfel |
URL Oficial | https://chromewebstore.google.com/detail/multitwitchit/jgdgdklgeobfdjmjhajoeblmaicchfel |
Descrição | 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 |
Tamanho do Arquivo | 61.04 KB |
Contagem de Instalações | 74 |
Versão Atual | 0.4 |
Última Atualização | 2016-09-12 |
Data de Publicação | 2016-09-12 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://www.outofmemory.blog.br |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |