Aayley Live
Aayley Live est une extension qui notifie l'utilisateur si Aayley est en train de stream sur Twitch.
什么是Aayley Live?
Aayley Live是由https://kocal.fr开发的Chrome扩展程序,该扩展的主要功能是“Aayley Live est une extension qui notifie l'utilisateur si Aayley est en train de stream sur Twitch.”。
扩展截图
下载Aayley Live扩展crx文件
下载Aayley Live扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Aayley Live =========== Notifie l'utilisateur si la streamer Aayley est actuellement en train de stream sur la plateforme Twitch.
扩展基本信息
名称 | Aayley Live |
ID | cldokjdnmhmnghopnjhgdpojjngcclbl |
官方URL | https://chromewebstore.google.com/detail/aayley-live/cldokjdnmhmnghopnjhgdpojjngcclbl |
简介 | Aayley Live est une extension qui notifie l'utilisateur si Aayley est en train de stream sur Twitch. |
文件大小 | 35.26 KB |
安装次数 | 19 |
当前版本 | 0.1.0 |
更新时间 | 2018-05-10 |
上架时间 | 2018-05-10 |
评分 | 5.00/5 共2次评分 |
开发者 | https://kocal.fr |
付费类型 | free |
扩展官网 | https://github.com/Kocal/Aayley-Live |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aayley Live", "description": "Aayley Live est une extension qui notifie l'utilisateur si Aayley est en train de stream sur Twitch.", "version": "0.1.0", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "notifications", "https:\/\/api.twitch.tv\/" ], "browser_action": { "default_title": "Aayley Live", "default_icon": { "48": "icons\/icon_48.png" } }, "background": { "scripts": [ "background.js" ] } } |