Twitch Stream Notifier

See when streamers go online!

Cos'è Twitch Stream Notifier?

Twitch Stream Notifier è un'estensione di Chrome sviluppata da TheoryCraft Inc., e la sua funzione principale è "See when streamers go online!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Stream Notifier

Scarica i file di estensione Twitch Stream Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Twitch Stream Notifier Twitch Stream Notifier
ID lpkgicfflpkdinhalebfjlonfhehnpem
URL Ufficiale https://chromewebstore.google.com/detail/twitch-stream-notifier/lpkgicfflpkdinhalebfjlonfhehnpem
Descrizione See when streamers go online!
Dimensione del File 480 KB
Conteggio Installazioni 3,154
Versione Corrente 1.7.0
Ultimo Aggiornamento 2022-12-23
Data di Pubblicazione 2019-10-21
Valutazione 4.21/5 Totale 29 Valutazioni
Sviluppatore TheoryCraft Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Friss/TwitchNotifier
URL della Pagina di Aiuto https://github.com/Friss/TwitchNotifier
URL della Pagina della Politica sulla Privacy https://theorycraft.gg/terms
Lingue Supportate 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'"
}