Gius
Pour savoir quand Gius lance un stream !
什么是Gius?
Gius是由https://gius.tv开发的Chrome扩展程序,该扩展的主要功能是“Pour savoir quand Gius lance un stream !”。
扩展截图
下载Gius扩展crx文件
下载Gius扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dès que Gius sera en stream, sa casquette changera de couleur et une notification apparaîtra vous invitant sur son live. Cliquez sur la notification pour rejoindre la diffusion. 扩展基本信息
| 名称 | |
| ID | medeenjedgnekdjnlbibcanpjoipoohe |
| 官方URL | https://chromewebstore.google.com/detail/gius/medeenjedgnekdjnlbibcanpjoipoohe |
| 简介 | Pour savoir quand Gius lance un stream ! |
| 文件大小 | 828 KB |
| 安装次数 | 275 |
| 当前版本 | 2.0.1 |
| 更新时间 | 2022-08-07 |
| 上架时间 | 2019-09-28 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | https://gius.tv |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionShortName__",
"description": "__MSG_extensionDescription__",
"version": "2.0.1",
"background": {
"scripts": [
"res\/js\/background.js"
]
},
"default_locale": "fr",
"icons": {
"16": "res\/img\/default_16.png",
"48": "res\/img\/default_48.png",
"128": "res\/img\/default_128.png",
"256": "res\/img\/default_256.png"
},
"permissions": [
"notifications",
"storage"
],
"optional_permissions": [
"background"
],
"options_ui": {
"page": "res\/html\/right_click_icon_settings.html",
"open_in_tab": false
},
"browser_action": {
"default_icon": "res\/img\/offline.png",
"default_popup": "res\/html\/popup.html"
}
} | |