Maxime Alerte
Pour savoir quand je fait un stream de fifou !
What is Maxime Alerte?
Maxime Alerte is a Chrome extension developed by walarn33, and its main feature is "Pour savoir quand je fait un stream de fifou !".
Extension Screenshots
Download Maxime Alerte Extension CRX File
Download Maxime Alerte extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 !
Extension Basic Information
Name | |
ID | inbedoliliigjioddpmhdhfbkghngaba |
Official URL | https://chromewebstore.google.com/detail/maxime-alerte/inbedoliliigjioddpmhdhfbkghngaba |
Description | Pour savoir quand je fait un stream de fifou ! |
File Size | 450 KB |
Installation Count | 18 |
Current Version | 0.6 |
Last Updated | 2022-05-13 |
Publish Date | 2022-05-09 |
Rating | 4.50/5 Total 2 Ratings |
Developer | walarn33 |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |