MxWayGamer Extension

Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer.

What is MxWayGamer Extension?

MxWayGamer Extension is a Chrome extension developed by https://mxwaytv.fr, and its main feature is "Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer.".

Extension Screenshots

screenshot
screenshot

Download MxWayGamer Extension Extension CRX File

Download MxWayGamer Extension 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

                        *Ne ratez plus un seul live de MxWay, cette extension vous notifiera à chaque début de stream !*
L’extension MxWay permet de ne plus louper aucun de mes lives et ceux, même si Twitch ne vous envoi pas de notification : en l’installant, vous serez notifiés dès que je démarre un stream ! 😍

Si je ne suis pas en live l'extension vous permettra d'accéder rapidement à ma dernière vidéo !                    

Extension Basic Information

Name MxWayGamer Extension MxWayGamer Extension
ID mhjgbihnhcfhklflfbdhbmbcanmeeejh
Official URL https://chromewebstore.google.com/detail/mxwaygamer-extension/mhjgbihnhcfhklflfbdhbmbcanmeeejh
Description Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer.
File Size 82.73 KB
Installation Count 43
Current Version 0.4
Last Updated 2021-03-30
Publish Date 2020-10-21
Rating 5.00/5 Total 1 Ratings
Developer https://mxwaytv.fr
Email [email protected]
Payment Type free
Extension Website https://mxwaytv.fr
Help Page URL https://mxwaytv.fr/contact.php
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MxWayGamer Extension",
    "version": "0.4",
    "description": "Recevez une notification \u00e0 chaque nouvelle vid\u00e9o ou live de MxWayGamer.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "64": "img\/icon_64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications"
    ]
}