JeanBaptisteShow Live Extension
Soyez au courant quand Ibonek commence à streamer!
Cos'è JeanBaptisteShow Live Extension?
JeanBaptisteShow Live Extension è un'estensione di Chrome sviluppata da JeanBaptisteShow, e la sua funzione principale è "Soyez au courant quand Ibonek commence à streamer!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JeanBaptisteShow Live Extension
Scarica i file di estensione JeanBaptisteShow Live Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | fajfahbdhgohkpikdldoednclnenmbdk |
URL Ufficiale | https://chromewebstore.google.com/detail/jeanbaptisteshow-live-ext/fajfahbdhgohkpikdldoednclnenmbdk |
Descrizione | Soyez au courant quand Ibonek commence à streamer! |
Dimensione del File | 529 KB |
Conteggio Installazioni | 194 |
Versione Corrente | 2.4.4 |
Ultimo Aggiornamento | 2017-02-20 |
Data di Pubblicazione | 2017-02-20 |
Valutazione | 4.93/5 Totale 14 Valutazioni |
Sviluppatore | JeanBaptisteShow |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.twitch.tv/jeanbaptisteshow |
Lingue Supportate | 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" } } |