Wakz Live

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

什麼是Wakz Live?

Wakz Live是由https://kocal.fr開發的Chrome擴展程式,該擴展的主要功能是“Wakz Live est une extension qui notifie l'utilisateur si Wakz est en train de stream sur Twitch.”。

擴展截圖

screenshot
screenshot

下載Wakz Live擴展crx文件

下載Wakz Live擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Wakz Live
========

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

擴展基本資訊

名稱 Wakz Live Wakz Live
ID eddfagiabebfecdcdhhaeadamnbahlda
官方網址 https://chromewebstore.google.com/detail/wakz-live/eddfagiabebfecdcdhhaeadamnbahlda
簡介 Wakz Live est une extension qui notifie l'utilisateur si Wakz est en train de stream sur Twitch.
檔案大小 22.4 KB
安裝次數 100
目前版本 0.1.0
更新時間 2018-05-10
上架時間 2018-05-10
評分 5.00/5 共 3 次評分
開發者 https://kocal.fr
付費類型 free
擴展官網 https://github.com/Kocal/Wakz-Live
支援的語言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wakz Live",
    "description": "Wakz Live est une extension qui notifie l'utilisateur si Wakz 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": "Wakz Live",
        "default_icon": {
            "48": "icons\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}