MxWayGamer Extension
Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer.
Co to jest MxWayGamer Extension?
MxWayGamer Extension to rozszerzenie Chrome opracowane przez https://mxwaytv.fr, a jego główną funkcją jest „Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MxWayGamer Extension
Pobierz pliki rozszerzeń MxWayGamer Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        *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 !                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | mhjgbihnhcfhklflfbdhbmbcanmeeejh | 
| Oficjalny URL | https://chromewebstore.google.com/detail/mxwaygamer-extension/mhjgbihnhcfhklflfbdhbmbcanmeeejh | 
| Opis | Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer. | 
| Rozmiar pliku | 82.73 KB | 
| Liczba instalacji | 43 | 
| Aktualna Wersja | 0.4 | 
| Ostatnia Aktualizacja | 2021-03-30 | 
| Data Publikacji | 2020-10-21 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | https://mxwaytv.fr | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://mxwaytv.fr | 
| Adres URL Strony Pomocy | https://mxwaytv.fr/contact.php | 
| Obsługiwane Języki | 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"
    ]
}  |  |