JeanBaptisteShow Live Extension

Soyez au courant quand Ibonek commence à streamer!

Wat is JeanBaptisteShow Live Extension?

JeanBaptisteShow Live Extension is een Chrome-extensie ontwikkeld door JeanBaptisteShow, en de belangrijkste functie is "Soyez au courant quand Ibonek commence à streamer!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie JeanBaptisteShow Live Extension

Download JeanBaptisteShow Live Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam JeanBaptisteShow Live Extension JeanBaptisteShow Live Extension
ID fajfahbdhgohkpikdldoednclnenmbdk
Officiële URL https://chromewebstore.google.com/detail/jeanbaptisteshow-live-ext/fajfahbdhgohkpikdldoednclnenmbdk
Beschrijving Soyez au courant quand Ibonek commence à streamer!
Bestandsgrootte 529 KB
Aantal Installaties 194
Huidige Versie 2.4.4
Laatst Bijgewerkt 2017-02-20
Publicatiedatum 2017-02-20
Beoordeling 4.93/5 Totaal 14 Beoordelingen
Ontwikkelaar JeanBaptisteShow
Betalingswijze free
Extensiewebsite https://www.twitch.tv/jeanbaptisteshow
Ondersteunde Talen 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"
    }
}