MxWayGamer Extension

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

Apa itu MxWayGamer Extension?

MxWayGamer Extension adalah ekstensi Chrome yang dikembangkan oleh https://mxwaytv.fr, dan fitur utamanya adalah "Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi MxWayGamer Extension

Unduh file ekstensi MxWayGamer Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        *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 !                    

Informasi Dasar Ekstensi

Nama MxWayGamer Extension MxWayGamer Extension
ID mhjgbihnhcfhklflfbdhbmbcanmeeejh
URL Resmi https://chromewebstore.google.com/detail/mxwaygamer-extension/mhjgbihnhcfhklflfbdhbmbcanmeeejh
Deskripsi Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer.
Ukuran File 82.73 KB
Jumlah Instalasi 43
Versi Saat Ini 0.4
Terakhir Diperbarui 2021-03-30
Tanggal Publikasi 2020-10-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://mxwaytv.fr
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mxwaytv.fr
URL Halaman Bantuan https://mxwaytv.fr/contact.php
Bahasa yang Didukung 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"
    ]
}