MrElvilia - AlerteLive

Soyez au courant quand vos streameurs préférés commence à streamer!

MrElvilia - AlerteLiveคืออะไร?

MrElvilia - AlerteLive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mrelvilia.com และคุณลักษณะหลักของมันคือ "Soyez au courant quand vos streameurs préférés commence à streamer!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MrElvilia - AlerteLive

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

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

                        Afin de ne pas louper le lancement des lives d'Elvi, cette petite extension vous informe en temps réel en cas de lancement de live et ce directement dans votre navigateur Web.

La notification SMS et mail pouvant être contraignants, cette extension permet de se tenir informer sans se faire spam de mail ou louper le live en cas de SMS en retard !

Développé par Mury
https://twitter.com/MuryLive                    

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

ชื่อ MrElvilia - AlerteLive MrElvilia - AlerteLive
ID ifplimnnelkgnoodgklmebileploekmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mrelvilia-alertelive/ifplimnnelkgnoodgklmebileploekmf
คำอธิบาย Soyez au courant quand vos streameurs préférés commence à streamer!
ขนาดไฟล์ 62.17 KB
จำนวนการติดตั้ง 89
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2015-08-03
วันที่เผยแพร่ 2015-08-03
คะแนน 4.95/5 รวมทั้งหมด 152 คะแนน
ผู้พัฒนา https://mrelvilia.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MrElvilia - AlerteLive",
    "description": "Soyez au courant quand vos streameurs pr\u00e9f\u00e9r\u00e9s commence \u00e0 streamer!",
    "version": "3.0.0",
    "background": {
        "scripts": [
            "jquery.min.js",
            "parameters.js",
            "background.js",
            "chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "https:\/\/api.dailymotion.com\/",
        "http:\/\/ulas-atila.com\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "iconoff48.png"
    },
    "icons": {
        "16": "iconoff16.png",
        "48": "iconoff48.png",
        "128": "iconoff128.png"
    }
}