Chap Live Extension
Ne manquez pas un seul stream de Chap !
什么是Chap Live Extension?
Chap Live Extension是由Onutrem开发的Chrome扩展程序,该扩展的主要功能是“Ne manquez pas un seul stream de Chap !”。
下载Chap Live Extension扩展crx文件
下载Chap Live Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A l'aide de cette extension, vous serez prévenu quand Chap lance son stream à l'aide d'une notification cliquable. Vous pourrez savoir à tout moment à l'aide de l'icône si il est toujours en ligne ou non. 扩展基本信息
| 名称 | |
| ID | iopdfkaelnhmepnkplpopokigddhienl |
| 官方URL | https://chromewebstore.google.com/detail/chap-live-extension/iopdfkaelnhmepnkplpopokigddhienl |
| 简介 | Ne manquez pas un seul stream de Chap ! |
| 文件大小 | 230 KB |
| 安装次数 | 92 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-04-07 |
| 上架时间 | 2016-04-07 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Onutrem |
| 付费类型 | free |
| 支持的语言 | fr |
| manifest.json | |
{
"author": "Onutrem @onutrem",
"background": {
"scripts": [
"libs\/jquery-1.11.2.js",
"parameters.js",
"background.js",
"chrome.js"
]
},
"browser_action": {
"default_icon": "icon_off.png",
"default_title": "Chap - Offline"
},
"description": "Ne manquez pas un seul stream de Chap !",
"icons": {
"256": "icons\/logo256.png",
"128": "icons\/logo128.png",
"32": "icons\/logo32.png",
"64": "icons\/logo64.png"
},
"manifest_version": 2,
"name": "Chap Live Extension",
"permissions": [
"https:\/\/api.twitch.tv\/",
"notifications"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0"
} | |