Maxime Alerte
Pour savoir quand je fait un stream de fifou !
Maxime Alerteคืออะไร?
Maxime Alerte เป็นส่วนขยายของ Chrome ที่พัฒนาโดย walarn33 และคุณลักษณะหลักของมันคือ "Pour savoir quand je fait un stream de fifou !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Maxime Alerte
ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*" ] } |