Liberto
Soyez au courant quand Liberto commence à streamer !
什么是Liberto?
Liberto是由Akeran开发的Chrome扩展程序,该扩展的主要功能是“Soyez au courant quand Liberto commence à streamer !”。
扩展截图
下载Liberto扩展crx文件
下载Liberto扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Une notification s'affiche lorsque Liberto commence à streamer !
Lorsque l'icône est colorée, Liberto est en live !
Sinon l'icône est grisée.
Rejoins la Pepito Army ! 扩展基本信息
| 名称 | |
| ID | blmfddblbfnlpkmiehpbnhdnghhepdfj |
| 官方URL | https://chromewebstore.google.com/detail/liberto/blmfddblbfnlpkmiehpbnhdnghhepdfj |
| 简介 | Soyez au courant quand Liberto commence à streamer ! |
| 文件大小 | 94.49 KB |
| 安装次数 | 158 |
| 当前版本 | 1.7 |
| 更新时间 | 2018-06-11 |
| 上架时间 | 2018-06-11 |
| 评分 | 5.00/5 共18次评分 |
| 开发者 | Akeran |
| 付费类型 | free |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Liberto",
"description": "Soyez au courant quand Liberto commence \u00e0 streamer !",
"version": "1.7",
"background": {
"scripts": [
"parameters.js",
"btnlive.js",
"chrome.js"
]
},
"permissions": [
"https:\/\/api.twitch.tv\/",
"notifications"
],
"browser_action": {
"default_icon": "iconoff48.png"
},
"icons": {
"16": "iconoff16.png",
"48": "iconoff48.png",
"128": "iconoff128.png"
}
} | |