Twitch Stream Notifier
See when streamers go online!
Was ist Twitch Stream Notifier?
Twitch Stream Notifier ist eine Chrome-Erweiterung, die von TheoryCraft Inc. entwickelt wurde, und ihr Hauptmerkmal ist "See when streamers go online!".
Erweiterungsscreenshots
Twitch Stream Notifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twitch Stream Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Twitch Stream Notifier |
ID | lpkgicfflpkdinhalebfjlonfhehnpem |
Offizielle URL | https://chromewebstore.google.com/detail/twitch-stream-notifier/lpkgicfflpkdinhalebfjlonfhehnpem |
Beschreibung | See when streamers go online! |
Dateigröße | 480 KB |
Installationsanzahl | 3,154 |
Aktuelle Version | 1.7.0 |
Letztes Update | 2022-12-23 |
Veröffentlichungsdatum | 2019-10-21 |
Bewertung | 4.21/5 Insgesamt 29 Bewertungen |
Entwickler | TheoryCraft Inc. |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Friss/TwitchNotifier |
Hilfeseite URL | https://github.com/Friss/TwitchNotifier |
URL der Datenschutzrichtlinien-Seite | https://theorycraft.gg/terms |
Unterstützte Sprachen | 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'" } |