Extension de live pour MisterMV

Pour des lives toujours plus enrichissants.

Extension de live pour MisterMVคืออะไร?

Extension de live pour MisterMV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BentoMatt_dev และคุณลักษณะหลักของมันคือ "Pour des lives toujours plus enrichissants."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extension de live pour MisterMV

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

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

                        Extension pour suivre les lives de MisterMV (twitch). 

Permet d'être alerté lorsque le live est en direct. Une notification (cliquable) s'affiche alors, avec le titre du stream, et l'icône de l'extension se colore en vert.

Cliquer sur l'icône de l'extension permet d'ouvrir une fenêtre pop-up où il est possible d'ouvrir directement le live dans un nouvel onglet en cliquant sur le bouton dédié, mais aussi d'accéder aux différents réseaux sociaux.

Développé par BentoMatt_Dev.                    

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

ชื่อ Extension de live pour MisterMV Extension de live pour MisterMV
ID ffkmelknpjhdffdmejgjobmiljnfmddd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extension-de-live-pour-mi/ffkmelknpjhdffdmejgjobmiljnfmddd
คำอธิบาย Pour des lives toujours plus enrichissants.
ขนาดไฟล์ 303 KB
จำนวนการติดตั้ง 640
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-05-05
วันที่เผยแพร่ 2017-05-05
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา BentoMatt_dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "background": {
        "scripts": [
            "onlinetest.js"
        ]
    },
    "browser_action": {
        "default_icon": "mistermvbig48off.png",
        "default_popup": "popuplinks.html"
    },
    "name": "Extension de live pour MisterMV",
    "version": "1.1",
    "description": "Pour des lives toujours plus enrichissants.",
    "icons": {
        "128": "mvoff128.png",
        "16": "mistermvbig16off.png",
        "48": "mvoff48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}