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
¿Qué es MultiTwitchIT?
MultiTwitchIT es una extensión de Chrome desarrollada por https://www.outofmemory.blog.br, y su función principal es "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".
Descargar Archivo CRX de la Extensión MultiTwitchIT
Descarga archivos de extensión MultiTwitchIT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | jgdgdklgeobfdjmjhajoeblmaicchfel |
URL Oficial | https://chromewebstore.google.com/detail/multitwitchit/jgdgdklgeobfdjmjhajoeblmaicchfel |
Descripción | 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 |
Tamaño del Archivo | 61.04 KB |
Cantidad de Instalaciones | 74 |
Versión Actual | 0.4 |
Última Actualización | 2016-09-12 |
Fecha de Publicación | 2016-09-12 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://www.outofmemory.blog.br |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |