TTV Right Now : Stream Notifier

Quickly see & get notified when your favorite Twitch streamers go live

¿Qué es TTV Right Now : Stream Notifier?

TTV Right Now : Stream Notifier es una extensión de Chrome desarrollada por Klemms, y su función principal es "Quickly see & get notified when your favorite Twitch streamers go live".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión TTV Right Now : Stream Notifier

Descarga archivos de extensión TTV Right Now : Stream Notifier 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

                        Know which Twitch streamers are live at a glance and get notified when your favorite ones go live !

Contribute to TTV Right Now : https://github.com/Klemms/TwitchRightNow                    

Información Básica de la Extensión

Nombre TTV Right Now : Stream Notifier TTV Right Now : Stream Notifier
ID jaebeaoffbboingfjbdkgbnnfdkjilld
URL Oficial https://chromewebstore.google.com/detail/ttv-right-now-stream-noti/jaebeaoffbboingfjbdkgbnnfdkjilld
Descripción Quickly see & get notified when your favorite Twitch streamers go live
Tamaño del Archivo 664 KB
Cantidad de Instalaciones 615
Versión Actual 1.4.0
Última Actualización 2024-02-29
Fecha de Publicación 2022-03-08
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Klemms
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/Klemms/TwitchRightNow
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TTV Right Now : Stream Notifier",
    "description": "Quickly see & get notified when your favorite Twitch streamers go live",
    "version": "1.4.0",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg+R+P1ucI5Dp21XEhEcpOz\/SPRZf8SlpM4cBM7gGxNPzzIrpP+efChXxAIaeoWH\/A7lNi19IZekbLSAC5iqlICq0HCwtUmLiuvzvCLFceECWIW5qC0Ri2auV0Gm9NKwxXr5U0TWRjYeWKRU7RnIll5TM\/M+8nMJZIHJ6FbVZzlMLL9Jr85SK9k6DjAc9VxhE106oacn1mUf7Byg0OxmmO5\/spY7mY2KYM4Dx9D9lJSnklDNocy2ylH2t2yI8uSNN8QPSQQZjTKn\/M\/rnq0BE5ExaTH13K+o\/ZE8stDZCI+Cs\/a72XIiMUr19lWs7sHr5GaupQPkuk2qM3\/w0GEsezQIDAQAB",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "256": "images\/icon.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/klemms.github.io\/TwitchRightNow\/*"
        ]
    }
}