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 |
官方網址 | 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" } } |