JeanBaptisteShow Live Extension
Soyez au courant quand Ibonek commence à streamer!
Hvad er JeanBaptisteShow Live Extension?
JeanBaptisteShow Live Extension er en Chrome-udvidelse udviklet af JeanBaptisteShow, og dens hovedfunktion er "Soyez au courant quand Ibonek commence à streamer!".
Udvidelsesskærmbilleder
Download JeanBaptisteShow Live Extension-udvidelses-CRX-fil
Download JeanBaptisteShow Live Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fajfahbdhgohkpikdldoednclnenmbdk |
Officiel URL | https://chromewebstore.google.com/detail/jeanbaptisteshow-live-ext/fajfahbdhgohkpikdldoednclnenmbdk |
Beskrivelse | Soyez au courant quand Ibonek commence à streamer! |
Filstørrelse | 529 KB |
Antal Installationer | 194 |
Nuværende Version | 2.4.4 |
Senest Opdateret | 2017-02-20 |
Udgivelsesdato | 2017-02-20 |
Bedømmelse | 4.93/5 Samlet 14 Bedømmelser |
Udvikler | JeanBaptisteShow |
Betalingsmetode | free |
Udvidelseswebsted | https://www.twitch.tv/jeanbaptisteshow |
Understøttede Sprog | 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" } } |