Timtoobias Live
Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré
什么是Timtoobias Live?
Timtoobias Live是由Hector Lachambre开发的Chrome扩展程序,该扩展的主要功能是“Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré”。
扩展截图
下载Timtoobias Live扩展crx文件
下载Timtoobias Live扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Soyez notifié si Timtoobias démarre une diffusion Twitch ou si une nouvelle vidéo Youtube est publiée, de plus vous pourrez y accéder depuis l'extension. 扩展基本信息
| 名称 | |
| ID | lomhkkpmgdgjimlhedaoojeciicaflap |
| 官方URL | https://chromewebstore.google.com/detail/timtoobias-live/lomhkkpmgdgjimlhedaoojeciicaflap |
| 简介 | Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré |
| 文件大小 | 185 KB |
| 安装次数 | 23 |
| 当前版本 | 2.0.2 |
| 更新时间 | 2019-03-21 |
| 上架时间 | 2019-03-21 |
| 评分 | 5.00/5 共8次评分 |
| 开发者 | Hector Lachambre |
| 付费类型 | free |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Timtoobias Live",
"version": "2.0.2",
"description": "Soyez toujours au courant des lives & vid\u00e9os de votre streameur Dofus pr\u00e9f\u00e9r\u00e9",
"permissions": [
"huzlive.hectorlachambre.pro\/*",
"activeTab",
"notifications",
"storage"
],
"background": {
"page": "background.html"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/tim_logo16.png",
"32": "images\/tim_logo32.png",
"48": "images\/tim_logo48.png",
"128": "images\/tim_logo128.png"
}
},
"icons": {
"16": "images\/tim_logo16.png",
"32": "images\/tim_logo32.png",
"48": "images\/tim_logo48.png",
"128": "images\/tim_logo128.png"
},
"manifest_version": 2
} | |