AlphaCast Stream
Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !
Cos'è AlphaCast Stream?
AlphaCast Stream è un'estensione di Chrome sviluppata da Bloodysunset, e la sua funzione principale è "Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AlphaCast Stream
Scarica i file di estensione AlphaCast Stream 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
Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast ! Dès qu'Alpha commence un stream, l'icône change et vous indique le nom du live en cours par l’intermédiaire d'une alerte personnalisée.
Informazioni di Base sull'Estensione
Nome | |
ID | igebijhdgjfdnjiejimoedckhfadmpeg |
URL Ufficiale | https://chrome.google.com/webstore/detail/alphacast-stream/igebijhdgjfdnjiejimoedckhfadmpeg |
Descrizione | Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast ! |
Dimensione del File | 35.5 KB |
Conteggio Installazioni | 577 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2016-10-23 |
Data di Pubblicazione | 2016-10-23 |
Valutazione | 4.90/5 Totale 29 Valutazioni |
Sviluppatore | Bloodysunset |
Tipo di Pagamento | free |
Lingue Supportate | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AlphaCast Stream", "description": "Soyez inform\u00e9s d\u00e8s qu'un stream est lanc\u00e9 sur la cha\u00eene Twitch d'AlphaCast !", "version": "1.0.3", "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/ajax.googleapis.com\/" ], "browser_action": { "default_icon": "data\/alpha-cast.png", "default_title": "AlphaCast Stream!" }, "icons": { "128": "data\/alpha-cast-128.png" }, "background": { "scripts": [ "js\/app.js" ] } } |