Multi Twitch Extension
Chrome Extension who allow you to easely follow when your streamers goes live.
¿Qué es Multi Twitch Extension?
Multi Twitch Extension es una extensión de Chrome desarrollada por Lupusanghren, y su función principal es "Chrome Extension who allow you to easely follow when your streamers goes live.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Multi Twitch Extension
Descarga archivos de extensión Multi Twitch Extension 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
A Chrome extension that allows you to easely know when your favorite streamers are live. With this chrome extension you can also manage your favorite streamers on Twitch.tv. You will be notified when a streamer is live. You can easely add streamers through the option page or directly using the 'Add the current channel' button. The 'Launch the multi twitch' button allow you to create a multitwitch page with the online streamers you have selected on the extension.
Información Básica de la Extensión
Nombre | Multi Twitch Extension |
ID | jpgnbiffpoelgpegopldffmpbmfdojga |
URL Oficial | https://chromewebstore.google.com/detail/multi-twitch-extension/jpgnbiffpoelgpegopldffmpbmfdojga |
Descripción | Chrome Extension who allow you to easely follow when your streamers goes live. |
Tamaño del Archivo | 689 KB |
Cantidad de Instalaciones | 933 |
Versión Actual | 3.2.0 |
Última Actualización | 2021-02-03 |
Fecha de Publicación | 2020-05-20 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Lupusanghren |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Lupusanghrenn/MultiTwitchExtension |
URL de la Página de Ayuda | https://twitter.com/Lupusanghrenn |
Idiomas Soportados | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "Multi Twitch", "background": { "scripts": [ ".\/scripts\/script_back.js" ] }, "browser_action": { "default_icon": "images\/icone64.png", "default_popup": "pages\/index.html", "default_title": "Multi twitch" }, "description": "__MSG_appDescription__", "icons": { "128": "images\/icone128.png", "64": "images\/icone64.png", "32": "images\/icone32.png", "16": "images\/icone16.png" }, "options_page": "pages\/template_option.html", "permissions": [ "https:\/\/api.twitch.tv\/helix\/streams\/", "https:\/\/static-cdn.jtvnw.net\/jtv_user_pictures\/", "notifications", "tabs" ], "default_locale": "en", "version": "3.2.0", "author": "Lupusanghren @Lupusanghrenn" } |