JeanBaptisteShow Live Extension
Soyez au courant quand Ibonek commence à streamer!
O que é JeanBaptisteShow Live Extension?
JeanBaptisteShow Live Extension é uma extensão do Chrome desenvolvida por JeanBaptisteShow, e sua principal característica é "Soyez au courant quand Ibonek commence à streamer!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JeanBaptisteShow Live Extension
Baixe arquivos de extensão JeanBaptisteShow Live Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | fajfahbdhgohkpikdldoednclnenmbdk |
URL Oficial | https://chromewebstore.google.com/detail/jeanbaptisteshow-live-ext/fajfahbdhgohkpikdldoednclnenmbdk |
Descrição | Soyez au courant quand Ibonek commence à streamer! |
Tamanho do Arquivo | 529 KB |
Contagem de Instalações | 194 |
Versão Atual | 2.4.4 |
Última Atualização | 2017-02-20 |
Data de Publicação | 2017-02-20 |
Classificação | 4.93/5 Total de 14 Avaliações |
Desenvolvedor | JeanBaptisteShow |
Tipo de Pagamento | free |
Site da Extensão | https://www.twitch.tv/jeanbaptisteshow |
Idiomas Suportados | 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" } } |