AlphaCast Stream
Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !
What is AlphaCast Stream?
AlphaCast Stream is a Chrome extension developed by Bloodysunset, and its main feature is "Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !".
Extension Screenshots
Download AlphaCast Stream Extension CRX File
Download AlphaCast Stream extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | igebijhdgjfdnjiejimoedckhfadmpeg |
Official URL | https://chrome.google.com/webstore/detail/alphacast-stream/igebijhdgjfdnjiejimoedckhfadmpeg |
Description | Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast ! |
File Size | 35.5 KB |
Installation Count | 577 |
Current Version | 1.0.3 |
Last Updated | 2016-10-23 |
Publish Date | 2016-10-23 |
Rating | 4.90/5 Total 29 Ratings |
Developer | Bloodysunset |
Payment Type | free |
Supported Languages | 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" ] } } |