JeanBaptisteShow Live Extension

Soyez au courant quand Ibonek commence à streamer!

Apa itu JeanBaptisteShow Live Extension?

JeanBaptisteShow Live Extension adalah ekstensi Chrome yang dikembangkan oleh JeanBaptisteShow, dan fitur utamanya adalah "Soyez au courant quand Ibonek commence à streamer!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi JeanBaptisteShow Live Extension

Unduh file ekstensi JeanBaptisteShow Live Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama JeanBaptisteShow Live Extension JeanBaptisteShow Live Extension
ID fajfahbdhgohkpikdldoednclnenmbdk
URL Resmi https://chromewebstore.google.com/detail/jeanbaptisteshow-live-ext/fajfahbdhgohkpikdldoednclnenmbdk
Deskripsi Soyez au courant quand Ibonek commence à streamer!
Ukuran File 529 KB
Jumlah Instalasi 194
Versi Saat Ini 2.4.4
Terakhir Diperbarui 2017-02-20
Tanggal Publikasi 2017-02-20
Penilaian 4.93/5 Total 14 Penilaian
Pengembang JeanBaptisteShow
Tipe Pembayaran free
Situs Ekstensi https://www.twitch.tv/jeanbaptisteshow
Bahasa yang Didukung 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"
    }
}