Twitch Live

Watch Twitch.tv and receive notification when your favorite channel is online.

Cos'è Twitch Live?

Twitch Live è un'estensione di Chrome sviluppata da bipycxp, e la sua funzione principale è "Watch Twitch.tv and receive notification when your favorite channel is online.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Twitch Live

Scarica i file di estensione Twitch Live 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

                        Watch your favorites streams on Twitch.tv.

Add the channels to Favorites and receive notification when they stream.

Thanks alerts and audible signal you never miss the beginning of your favorite stream, and the choice of Google EN or Google RU audio alert will let you know without being distracted about which channels online.

If Google EN or Google RU incorrectly reproduces the name of your favorite channels - you can enter any suitable Alternative name.

Enjoy watching with TwitchLive!                    

Informazioni di Base sull'Estensione

Nome Twitch Live Twitch Live
ID imcjibojeokeogfofjgaajlobobagbeg
URL Ufficiale https://chromewebstore.google.com/detail/twitch-live/imcjibojeokeogfofjgaajlobobagbeg
Descrizione Watch Twitch.tv and receive notification when your favorite channel is online.
Dimensione del File 825 KB
Conteggio Installazioni 20,000
Versione Corrente 2.0.9.1
Ultimo Aggiornamento 2019-08-12
Data di Pubblicazione 2019-08-12
Valutazione 3.77/5 Totale 184 Valutazioni
Sviluppatore bipycxp
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Live",
    "description": "Watch Twitch.tv and receive notification when your favorite channel is online.",
    "version": "2.0.9.1",
    "icons": {
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png",
        "128": "img\/icons\/128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/19.png",
            "38": "img\/icons\/38.png"
        },
        "default_title": "Twitch Live",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/kraken\/*"
    ]
}