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 |
官方網址 | 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:\/\/*\/*" ] } |