Twitch Stream Notifier

See when streamers go online!

Τι είναι το Twitch Stream Notifier;

Το Twitch Stream Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TheoryCraft Inc., και η κύρια λειτουργία του είναι "See when streamers go online!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Twitch Stream Notifier

Λήψη αρχείων επέκτασης Twitch Stream Notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitch Stream Notifier Twitch Stream Notifier
ID lpkgicfflpkdinhalebfjlonfhehnpem
Επίσημο URL https://chromewebstore.google.com/detail/twitch-stream-notifier/lpkgicfflpkdinhalebfjlonfhehnpem
Περιγραφή See when streamers go online!
Μέγεθος Αρχείου 480 KB
Αριθμός Εγκαταστάσεων 3,154
Τρέχουσα Έκδοση 1.7.0
Τελευταία Ενημέρωση 2022-12-23
Ημερομηνία Δημοσίευσης 2019-10-21
Αξιολόγηση 4.21/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής TheoryCraft Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Friss/TwitchNotifier
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Friss/TwitchNotifier
URL της Σελίδας Πολιτικής Απορρήτου https://theorycraft.gg/terms
Υποστηριζόμενες Γλώσσες 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'"
}