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