Maxime Alerte
Pour savoir quand je fait un stream de fifou !
什么是Maxime Alerte?
Maxime Alerte是由walarn33开发的Chrome扩展程序,该扩展的主要功能是“Pour savoir quand je fait un stream de fifou !”。
扩展截图
下载Maxime Alerte扩展crx文件
下载Maxime Alerte扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cette extension vous permettra d'être alerté en temps réel de si maxime biaggi est en stream ou non. Vous pouvez également accéder à tous ses réseaux en un clic, et voir sa petite bouille que j'ai moi-même dessinée. Bisou a tous les maxoulovers !
扩展基本信息
名称 | |
ID | inbedoliliigjioddpmhdhfbkghngaba |
官方URL | https://chromewebstore.google.com/detail/maxime-alerte/inbedoliliigjioddpmhdhfbkghngaba |
简介 | Pour savoir quand je fait un stream de fifou ! |
文件大小 | 450 KB |
安装次数 | 18 |
当前版本 | 0.6 |
更新时间 | 2022-05-13 |
上架时间 | 2022-05-09 |
评分 | 4.50/5 共2次评分 |
开发者 | walarn33 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maxime Alerte", "description": "Pour savoir quand je fait un stream de fifou !", "version": "0.6", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" }, "permissions": [ "alarms", "notifications" ], "host_permissions": [ "https:\/\/*\/*" ] } |