MxWayGamer Extension

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

MxWayGamer Extensionคืออะไร?

MxWayGamer Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mxwaytv.fr และคุณลักษณะหลักของมันคือ "Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MxWayGamer Extension

ดาวน์โหลดไฟล์ส่วนขยาย MxWayGamer Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MxWayGamer Extension MxWayGamer Extension
ID mhjgbihnhcfhklflfbdhbmbcanmeeejh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mxwaygamer-extension/mhjgbihnhcfhklflfbdhbmbcanmeeejh
คำอธิบาย Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer.
ขนาดไฟล์ 82.73 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2021-03-30
วันที่เผยแพร่ 2020-10-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://mxwaytv.fr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mxwaytv.fr
URL หน้าช่วยเหลือ https://mxwaytv.fr/contact.php
ภาษาที่รองรับ 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"
    ]
}