Twitch Live Monitor

Twitch TV extension to show the priority active favorite channels of as a notification to you.

¿Qué es Twitch Live Monitor?

Twitch Live Monitor es una extensión de Chrome desarrollada por spddl, y su función principal es "Twitch TV extension to show the priority active favorite channels of as a notification to you.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Twitch Live Monitor

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

                        The idea to get notified about new Twitch channels comes from @Mike Chambers https://chrome.google.com/webstore/detail/iiljidcefnbhbpamageahhblhbbhhopm

Twitch live Monitor also offers the possibility to be notified in real time when one of your 50 favorite streamers goes online on Twitch, everything about it is queried in a 2min interval. This is possible with the PubSub interface from Twitch (https://dev.twitch.tv/docs/pubsub)

In addition, the style is in material design with dark mode so that it fits perfectly into the chrome.                    

Información Básica de la Extensión

Nombre Twitch Live Monitor Twitch Live Monitor
ID geckecbipnimmcefppeckcggceikjmjj
URL Oficial https://chromewebstore.google.com/detail/twitch-live-monitor/geckecbipnimmcefppeckcggceikjmjj
Descripción Twitch TV extension to show the priority active favorite channels of as a notification to you.
Tamaño del Archivo 194 KB
Cantidad de Instalaciones 24
Versión Actual 0.0.35
Última Actualización 2021-03-17
Fecha de Publicación 2020-07-31
Desarrollador spddl
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/spddl/Twitch-Live-Monitor
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Twitch TV extension to show the priority active favorite channels of as a notification to you.",
    "version": "0.0.35",
    "name": "Twitch Live Monitor",
    "short_name": "Twitch Live Monitor",
    "homepage_url": "https:\/\/github.com\/spddl",
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "bw128px.png"
    },
    "icons": {
        "128": "tw128px.png"
    },
    "web_accessible_resources": [
        "tw128px.png",
        "bw128px.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/*.twitch.tv\/",
        "https:\/\/twitch.tv\/",
        "tabs",
        "storage",
        "notifications"
    ]
}