MrElvilia - AlerteLive
Soyez au courant quand vos streameurs préférés commence à streamer!
什么是MrElvilia - AlerteLive?
MrElvilia - AlerteLive是由https://mrelvilia.com开发的Chrome扩展程序,该扩展的主要功能是“Soyez au courant quand vos streameurs préférés commence à streamer!”。
扩展截图
下载MrElvilia - AlerteLive扩展crx文件
下载MrElvilia - AlerteLive扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Afin de ne pas louper le lancement des lives d'Elvi, cette petite extension vous informe en temps réel en cas de lancement de live et ce directement dans votre navigateur Web. La notification SMS et mail pouvant être contraignants, cette extension permet de se tenir informer sans se faire spam de mail ou louper le live en cas de SMS en retard ! Développé par Mury https://twitter.com/MuryLive
扩展基本信息
名称 | MrElvilia - AlerteLive |
ID | ifplimnnelkgnoodgklmebileploekmf |
官方URL | https://chromewebstore.google.com/detail/mrelvilia-alertelive/ifplimnnelkgnoodgklmebileploekmf |
简介 | Soyez au courant quand vos streameurs préférés commence à streamer! |
文件大小 | 62.17 KB |
安装次数 | 89 |
当前版本 | 3.0.0 |
更新时间 | 2015-08-03 |
上架时间 | 2015-08-03 |
评分 | 4.95/5 共152次评分 |
开发者 | https://mrelvilia.com |
付费类型 | free |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MrElvilia - AlerteLive", "description": "Soyez au courant quand vos streameurs pr\u00e9f\u00e9r\u00e9s commence \u00e0 streamer!", "version": "3.0.0", "background": { "scripts": [ "jquery.min.js", "parameters.js", "background.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "https:\/\/api.dailymotion.com\/", "http:\/\/ulas-atila.com\/", "notifications" ], "browser_action": { "default_icon": "iconoff48.png" }, "icons": { "16": "iconoff16.png", "48": "iconoff48.png", "128": "iconoff128.png" } } |