Maxime Alerte
Pour savoir quand je fait un stream de fifou !
Maxime Alerte क्या है?
Maxime Alerte walarn33 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pour savoir quand je fait un stream de fifou !"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Maxime Alerte एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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:\/\/*\/*" ] } |