Twitch Live

Watch Twitch.tv and receive notification when your favorite channel is online.

¿Qué es Twitch Live?

Twitch Live es una extensión de Chrome desarrollada por bipycxp, y su función principal es "Watch Twitch.tv and receive notification when your favorite channel is online.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Twitch Live

Descarga archivos de extensión Twitch Live 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

                        Watch your favorites streams on Twitch.tv.

Add the channels to Favorites and receive notification when they stream.

Thanks alerts and audible signal you never miss the beginning of your favorite stream, and the choice of Google EN or Google RU audio alert will let you know without being distracted about which channels online.

If Google EN or Google RU incorrectly reproduces the name of your favorite channels - you can enter any suitable Alternative name.

Enjoy watching with TwitchLive!                    

Información Básica de la Extensión

Nombre Twitch Live Twitch Live
ID imcjibojeokeogfofjgaajlobobagbeg
URL Oficial https://chromewebstore.google.com/detail/twitch-live/imcjibojeokeogfofjgaajlobobagbeg
Descripción Watch Twitch.tv and receive notification when your favorite channel is online.
Tamaño del Archivo 825 KB
Cantidad de Instalaciones 20,000
Versión Actual 2.0.9.1
Última Actualización 2019-08-12
Fecha de Publicación 2019-08-12
Calificación 3.77/5 Total de 184 Calificaciones
Desarrollador bipycxp
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Live",
    "description": "Watch Twitch.tv and receive notification when your favorite channel is online.",
    "version": "2.0.9.1",
    "icons": {
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png",
        "128": "img\/icons\/128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/19.png",
            "38": "img\/icons\/38.png"
        },
        "default_title": "Twitch Live",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/kraken\/*"
    ]
}