JeanBaptisteShow Live Extension
Soyez au courant quand Ibonek commence à streamer!
什么是JeanBaptisteShow Live Extension?
JeanBaptisteShow Live Extension是由JeanBaptisteShow开发的Chrome扩展程序,该扩展的主要功能是“Soyez au courant quand Ibonek commence à streamer!”。
扩展截图
下载JeanBaptisteShow Live Extension扩展crx文件
下载JeanBaptisteShow Live Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | fajfahbdhgohkpikdldoednclnenmbdk |
官方URL | https://chromewebstore.google.com/detail/jeanbaptisteshow-live-ext/fajfahbdhgohkpikdldoednclnenmbdk |
简介 | Soyez au courant quand Ibonek commence à streamer! |
文件大小 | 529 KB |
安装次数 | 194 |
当前版本 | 2.4.4 |
更新时间 | 2017-02-20 |
上架时间 | 2017-02-20 |
评分 | 4.93/5 共14次评分 |
开发者 | JeanBaptisteShow |
付费类型 | free |
扩展官网 | https://www.twitch.tv/jeanbaptisteshow |
支持的语言 | 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" } } |