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