AlphaCast Stream
Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !
什么是AlphaCast Stream?
AlphaCast Stream是由Bloodysunset开发的Chrome扩展程序,该扩展的主要功能是“Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !”。
扩展截图
下载AlphaCast Stream扩展crx文件
下载AlphaCast Stream扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | igebijhdgjfdnjiejimoedckhfadmpeg |
官方URL | https://chrome.google.com/webstore/detail/alphacast-stream/igebijhdgjfdnjiejimoedckhfadmpeg |
简介 | Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast ! |
文件大小 | 35.5 KB |
安装次数 | 577 |
当前版本 | 1.0.3 |
更新时间 | 2016-10-23 |
上架时间 | 2016-10-23 |
评分 | 4.90/5 共29次评分 |
开发者 | Bloodysunset |
付费类型 | free |
支持的语言 | 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" ] } } |