Twitch Stream Notifier

See when streamers go online!

Qu'est-ce que Twitch Stream Notifier ?

Twitch Stream Notifier est une extension Chrome développée par TheoryCraft Inc., et sa fonction principale est "See when streamers go online!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch Stream Notifier

Téléchargez les fichiers d'extension Twitch Stream Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Twitch Stream Notifier Twitch Stream Notifier
ID lpkgicfflpkdinhalebfjlonfhehnpem
URL Officiel https://chromewebstore.google.com/detail/twitch-stream-notifier/lpkgicfflpkdinhalebfjlonfhehnpem
Description See when streamers go online!
Taille du Fichier 480 KB
Nombre d'Installations 3,154
Version Actuelle 1.7.0
Dernière Mise à Jour 2022-12-23
Date de Publication 2019-10-21
Évaluation 4.21/5 Total 29 Évaluations
Développeur TheoryCraft Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Friss/TwitchNotifier
URL de la Page d'Aide https://github.com/Friss/TwitchNotifier
URL de la Page de Politique de Confidentialité https://theorycraft.gg/terms
Langues Prises en Charge 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'"
}