Dye Live
Sois au courant des lives de Dye en temps réel !
什么是Dye Live?
Dye Live是由Nay开发的Chrome扩展程序,该扩展的主要功能是“Sois au courant des lives de Dye en temps réel !”。
扩展截图
下载Dye Live扩展crx文件
下载Dye Live扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ne rate plus aucun stream de Dye !
Cette extension te prévient en temps réel si Rx Dye est en live, et te permet de joindre le stream en un seul clic.
Version pour Firefox : https://addons.mozilla.org/en-US/firefox/addon/dye-live/ 扩展基本信息
| 名称 | |
| ID | jmmbfpcklchhibghngjbhebnmjpediib |
| 官方URL | https://chromewebstore.google.com/detail/dye-live/jmmbfpcklchhibghngjbhebnmjpediib |
| 简介 | Sois au courant des lives de Dye en temps réel ! |
| 文件大小 | 64.65 KB |
| 安装次数 | 46 |
| 当前版本 | 1.6 |
| 更新时间 | 2020-06-02 |
| 上架时间 | 2020-06-02 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Nay |
| 付费类型 | free |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dye Live",
"version": "1.6",
"description": "Sois au courant des lives de Dye en temps r\u00e9el !",
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"96": "img\/icon96.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_icon": "img\/icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"http:\/\/92.222.89.46\/"
]
} | |