JeanBaptisteShow Live Extension
Soyez au courant quand Ibonek commence à streamer!
Vad är JeanBaptisteShow Live Extension?
JeanBaptisteShow Live Extension är en Chrome-tillägg utvecklad av JeanBaptisteShow, och dess huvudfunktion är "Soyez au courant quand Ibonek commence à streamer!".
Tilläggsskärmbilder
Ladda ner JeanBaptisteShow Live Extension-förlängningens CRX-fil
Ladda ner JeanBaptisteShow Live Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | fajfahbdhgohkpikdldoednclnenmbdk |
Officiell webbadress | https://chromewebstore.google.com/detail/jeanbaptisteshow-live-ext/fajfahbdhgohkpikdldoednclnenmbdk |
Beskrivning | Soyez au courant quand Ibonek commence à streamer! |
Filstorlek | 529 KB |
Antal Installationer | 194 |
Aktuell Version | 2.4.4 |
Senast Uppdaterad | 2017-02-20 |
Publiceringsdatum | 2017-02-20 |
Betyg | 4.93/5 Totalt 14 Betyg |
Utvecklare | JeanBaptisteShow |
Betalningssätt | free |
Tilläggswebbplats | https://www.twitch.tv/jeanbaptisteshow |
Stödda Språk | 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" } } |