JeanBaptisteShow Live Extension
Soyez au courant quand Ibonek commence à streamer!
Co to jest JeanBaptisteShow Live Extension?
JeanBaptisteShow Live Extension to rozszerzenie Chrome opracowane przez JeanBaptisteShow, a jego główną funkcją jest „Soyez au courant quand Ibonek commence à streamer!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JeanBaptisteShow Live Extension
Pobierz pliki rozszerzeń JeanBaptisteShow Live Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fajfahbdhgohkpikdldoednclnenmbdk |
Oficjalny URL | https://chromewebstore.google.com/detail/jeanbaptisteshow-live-ext/fajfahbdhgohkpikdldoednclnenmbdk |
Opis | Soyez au courant quand Ibonek commence à streamer! |
Rozmiar pliku | 529 KB |
Liczba instalacji | 194 |
Aktualna Wersja | 2.4.4 |
Ostatnia Aktualizacja | 2017-02-20 |
Data Publikacji | 2017-02-20 |
Ocena | 4.93/5 Łącznie 14 Oceny |
Deweloper | JeanBaptisteShow |
Typ Płatności | free |
Strona Rozszerzenia | https://www.twitch.tv/jeanbaptisteshow |
Obsługiwane Języki | 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" } } |