GalaxLive

Grâce à cette application, vous saurez quand je serai en live

GalaxLiveคืออะไร?

GalaxLive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Galax และคุณลักษณะหลักของมันคือ "Grâce à cette application, vous saurez quand je serai en live"

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

screenshot

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

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

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

                        Voici l'extension officielle pour être alerté des lives de Galax !                    

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

ชื่อ GalaxLive GalaxLive
ID hellajpfolmomfhjkfkmgompdfehcbah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/galaxlive/hellajpfolmomfhjkfkmgompdfehcbah
คำอธิบาย Grâce à cette application, vous saurez quand je serai en live
ขนาดไฟล์ 82.36 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2016-11-10
วันที่เผยแพร่ 2016-11-10
คะแนน 4.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Galax
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GalaxLive",
    "description": "Gr\u00e2ce \u00e0 cette application, vous saurez quand je serai en live",
    "version": "2.0.3",
    "background": {
        "scripts": [
            "parameters.js",
            "btnlive.js",
            "chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "iconoff48.png"
    },
    "icons": {
        "16": "iconoff16.png",
        "48": "iconoff48.png",
        "128": "iconoff128.png"
    }
}