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!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 JeanBaptisteShow Live Extension JeanBaptisteShow Live Extension
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"
    }
}