AlphaCast Stream
Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !
Wat is AlphaCast Stream?
AlphaCast Stream is een Chrome-extensie ontwikkeld door Bloodysunset, en de belangrijkste functie is "Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !".
Extensie Screenshots
Download het CRX-bestand van de extensie AlphaCast Stream
Download AlphaCast Stream-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | igebijhdgjfdnjiejimoedckhfadmpeg |
Officiële URL | https://chrome.google.com/webstore/detail/alphacast-stream/igebijhdgjfdnjiejimoedckhfadmpeg |
Beschrijving | Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast ! |
Bestandsgrootte | 35.5 KB |
Aantal Installaties | 577 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2016-10-23 |
Publicatiedatum | 2016-10-23 |
Beoordeling | 4.90/5 Totaal 29 Beoordelingen |
Ontwikkelaar | Bloodysunset |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |