Ouatdefok en direct - 0.1.8
GoPex ou la bonne nuitance. Vérification Live On
什么是Ouatdefok en direct - 0.1.8?
Ouatdefok en direct - 0.1.8是由Monsieur_Drik开发的Chrome扩展程序,该扩展的主要功能是“GoPex ou la bonne nuitance. Vérification Live On”。
扩展截图
下载Ouatdefok en direct - 0.1.8扩展crx文件
下载Ouatdefok en direct - 0.1.8扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ouatdefok est il en live ? Une alerte sonore et visuelle vous avertira de la présence du live sur Twitch. Elle apparaîtra en bas de votre écran. L'icone de l'extension changera également de couleur. La vérification est effectuée toutes les minutes. Bon live avec le NBC !
扩展基本信息
名称 | |
ID | adggaajenlejmhpjioknacooflniilhj |
官方URL | https://chromewebstore.google.com/detail/ouatdefok-en-direct-018/adggaajenlejmhpjioknacooflniilhj |
简介 | GoPex ou la bonne nuitance. Vérification Live On |
文件大小 | 293 KB |
安装次数 | 37 |
当前版本 | 0.1.8 |
更新时间 | 2023-06-15 |
上架时间 | 2020-08-04 |
评分 | 5.00/5 共2次评分 |
开发者 | Monsieur_Drik |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ouatdefok en direct - 0.1.8", "description": "GoPex ou la bonne nuitance. V\u00e9rification Live On ", "version": "0.1.8", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "img\/icon-off-64.png" }, "icons": { "64": "img\/icon-on-64.png", "128": "img\/icon-on-128.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/config.js", "js\/functions.js", "js\/initialization.js", "js\/background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "notifications" ] } |