Twitch Stream Notifier
See when streamers go online!
¿Qué es Twitch Stream Notifier?
Twitch Stream Notifier es una extensión de Chrome desarrollada por TheoryCraft Inc., y su función principal es "See when streamers go online!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch Stream Notifier
Descarga archivos de extensión Twitch 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
Track the status of your favorite Twitch.tv streamers no matter where you are. Use the extension to see which streamers are online and get a notification of when they do go online. You can add streamers one at a time or bulk add via your Twitch username. Not affiliated with Twitch.tv. Powered by TheoryCraft.gg
Información Básica de la Extensión
Nombre | Twitch Stream Notifier |
ID | lpkgicfflpkdinhalebfjlonfhehnpem |
URL Oficial | https://chromewebstore.google.com/detail/twitch-stream-notifier/lpkgicfflpkdinhalebfjlonfhehnpem |
Descripción | See when streamers go online! |
Tamaño del Archivo | 480 KB |
Cantidad de Instalaciones | 3,154 |
Versión Actual | 1.7.0 |
Última Actualización | 2022-12-23 |
Fecha de Publicación | 2019-10-21 |
Calificación | 4.21/5 Total de 29 Calificaciones |
Desarrollador | TheoryCraft Inc. |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Friss/TwitchNotifier |
URL de la Página de Ayuda | https://github.com/Friss/TwitchNotifier |
URL de la Página de Política de Privacidad | https://theorycraft.gg/terms |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Stream Notifier", "version": "1.7.0", "manifest_version": 2, "description": "See when streamers go online!", "icons": { "16": "images\/logo.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png", "500": "images\/logo_500.png" }, "homepage_url": "https:\/\/github.com\/Friss\/TwitchNotifier", "background": { "page": "background.html" }, "permissions": [ "notifications", "storage", "background" ], "browser_action": { "default_icon": "images\/logo_128.png", "default_title": "Twitch Stream Notifier", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/logo_128.png" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |