Maxime Alerte
Pour savoir quand je fait un stream de fifou !
Maxime Alerte là gì?
Maxime Alerte là một tiện ích mở rộng Chrome được phát triển bởi walarn33, và tính năng chính của nó là "Pour savoir quand je fait un stream de fifou !".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Maxime Alerte
Tải xuống các tệp mở rộng Maxime Alerte dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 !
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | inbedoliliigjioddpmhdhfbkghngaba |
URL Chính Thức | https://chromewebstore.google.com/detail/maxime-alerte/inbedoliliigjioddpmhdhfbkghngaba |
Mô tả | Pour savoir quand je fait un stream de fifou ! |
Kích Thước Tệp | 450 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2022-05-13 |
Ngày Phát Hành | 2022-05-09 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | walarn33 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |