JeanBaptisteShow Live Extension

Soyez au courant quand Ibonek commence à streamer!

JeanBaptisteShow Live Extensionคืออะไร?

JeanBaptisteShow Live Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JeanBaptisteShow และคุณลักษณะหลักของมันคือ "Soyez au courant quand Ibonek commence à streamer!"

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

screenshot
screenshot

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

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

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

                        Ne manquez pas un seul des lives d'Ibonek grâce à cette extension !

Une notification Google Chrome vous sera envoyée et le logo changera de couleur dès qu'un live débutera :

- Logo noir et blanc : offline
- Logo couleur : online

Cliquez sur le bouton Twitch pour rejoindre le live.

Il vous sera également possible d’accéder aux différents réseaux sociaux pour ne rien louper de l'actualité du JeanBaptisteShow.

Merci également à Ulas Atila                    

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

ชื่อ JeanBaptisteShow Live Extension JeanBaptisteShow Live Extension
ID fajfahbdhgohkpikdldoednclnenmbdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jeanbaptisteshow-live-ext/fajfahbdhgohkpikdldoednclnenmbdk
คำอธิบาย Soyez au courant quand Ibonek commence à streamer!
ขนาดไฟล์ 529 KB
จำนวนการติดตั้ง 194
เวอร์ชันปัจจุบัน 2.4.4
อัปเดตครั้งล่าสุด 2017-02-20
วันที่เผยแพร่ 2017-02-20
คะแนน 4.93/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา JeanBaptisteShow
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.twitch.tv/jeanbaptisteshow
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JeanBaptisteShow Live Extension",
    "description": "Soyez au courant quand Ibonek commence \u00e0 streamer!",
    "author": "ulas-atila JLG",
    "version": "2.4.4",
    "background": {
        "scripts": [
            "parameters.js",
            "btnlive.js",
            "chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "iconoff48.png",
        "default_popup": "corp.html"
    },
    "icons": {
        "16": "iconoff16.png",
        "48": "iconoff48.png",
        "128": "iconoff128.png"
    }
}