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 !".

Снимки экрана расширения

screenshot

Скачать файл 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 !                    

Основная информация о расширении

Название Maxime Alerte Maxime Alerte
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:\/\/*\/*"
    ]
}