Huzounet

Huzounet's extension for Chrome

什麼是Huzounet?

Huzounet是由huzounet開發的Chrome擴展程式,該擴展的主要功能是“Huzounet's extension for Chrome”。

擴展截圖

screenshot
screenshot

下載Huzounet擴展crx文件

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

擴展使用說明

                        L'extension pour être notifié lorsque Huz lance un live                    

擴展基本資訊

名稱 Huzounet Huzounet
ID npopfinhkmabdaffbcfbhiihknelbood
官方網址 https://chromewebstore.google.com/detail/huzounet/npopfinhkmabdaffbcfbhiihknelbood
簡介 Huzounet's extension for Chrome
檔案大小 154 KB
安裝次數 147
目前版本 1.4
更新時間 2019-04-02
上架時間 2019-04-02
評分 5.00/5 共 2 次評分
開發者 huzounet
付費類型 free
支援的語言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Huzounet",
    "version": "1.4",
    "description": "Huzounet's extension for Chrome",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "notifications",
        "http:\/\/pma.yeswevent.fr:5555\/twitch\/online"
    ],
    "background": {
        "scripts": [
            "js\/isStreaming.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "rcs\/logo_offline16.png",
        "48": "rcs\/logo_offline48.png",
        "128": "rcs\/logo_offline128.png"
    },
    "browser_action": {
        "default_popup": "html\/interface.html",
        "default_icon": "rcs\/logo_offline128.png"
    }
}