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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |