Jbzz Live

Jbzz Live est une extension qui notifie l'utilisateur si Jbzz est en train de stream sur Twitch.

Jbzz Liveとは何ですか?

Jbzz Liveはhttps://kocal.frによって開発されたChromeの拡張機能で、その主な機能は「Jbzz Live est une extension qui notifie l'utilisateur si Jbzz est en train de stream sur Twitch.」です。

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

screenshot
screenshot

Jbzz Live拡張機能のCRXファイルをダウンロード

Jbzz Live拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Jbzz Live
========

Notifie l'utilisateur si le streamer Jbzz est actuellement en train de stream sur la plateforme Twitch.                    

拡張機能の基本情報

名前 Jbzz Live Jbzz Live
ID kjiahchloelkakfmgojnonikpkbbnlae
公式URL https://chromewebstore.google.com/detail/jbzz-live/kjiahchloelkakfmgojnonikpkbbnlae
説明 Jbzz Live est une extension qui notifie l'utilisateur si Jbzz est en train de stream sur Twitch.
ファイルサイズ 38.67 KB
インストール数 75
現在のバージョン 0.1.0
最終更新日 2018-05-10
公開日 2018-05-10
評価 3.67/5 合計 3 レビュー
開発者 https://kocal.fr
支払い方法 free
拡張機能のウェブサイト https://github.com/Kocal/Jbzz-Live
ヘルプページのURL https://github.com/Kocal/Jbzz-Live/issues
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jbzz Live",
    "description": "Jbzz Live est une extension qui notifie l'utilisateur si Jbzz est en train de stream sur Twitch.",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "Jbzz Live",
        "default_icon": {
            "48": "icons\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}