JeanBaptisteShow Live Extension

Soyez au courant quand Ibonek commence à streamer!

JeanBaptisteShow Live Extension là gì?

JeanBaptisteShow Live Extension là một tiện ích mở rộng Chrome được phát triển bởi JeanBaptisteShow, và tính năng chính của nó là "Soyez au courant quand Ibonek commence à streamer!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JeanBaptisteShow Live Extension

Tải xuống các tệp mở rộng JeanBaptisteShow Live Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JeanBaptisteShow Live Extension JeanBaptisteShow Live Extension
ID fajfahbdhgohkpikdldoednclnenmbdk
URL Chính Thức https://chromewebstore.google.com/detail/jeanbaptisteshow-live-ext/fajfahbdhgohkpikdldoednclnenmbdk
Mô tả Soyez au courant quand Ibonek commence à streamer!
Kích Thước Tệp 529 KB
Số Lần Cài Đặt 194
Phiên Bản Hiện Tại 2.4.4
Cập Nhật Lần Cuối 2017-02-20
Ngày Phát Hành 2017-02-20
Đánh Giá 4.93/5 Tổng số 14 Đánh Giá
Nhà Phát Triển JeanBaptisteShow
Loại Thanh Toán free
Trang Web Mở Rộng https://www.twitch.tv/jeanbaptisteshow
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}