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
公式URL 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"
    }
}