Zydar Live

Notifie lorsque Zydar est en LIVE !

Zydar Liveとは何ですか?

Zydar LiveはSkarneurによって開発されたChromeの拡張機能で、その主な機能は「Notifie lorsque Zydar est en LIVE !」です。

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

screenshot

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

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

拡張機能の使用方法

                        Pour savoir dès que je suis en live, télécharge mon extension !                    

拡張機能の基本情報

名前 Zydar Live Zydar Live
ID nemhlgbjgijlmioajojakndfjhgfkdnh
公式URL https://chrome.google.com/webstore/detail/zydar-live/nemhlgbjgijlmioajojakndfjhgfkdnh
説明 Notifie lorsque Zydar est en LIVE !
ファイルサイズ 353 KB
インストール数 56
現在のバージョン 3.3
最終更新日 2019-11-14
公開日 2019-11-14
評価 5.00/5 合計 2 レビュー
開発者 Skarneur
Eメール [email protected]
支払い方法 free
対応言語 fr
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "assets\/js\/jquery.js",
            "assets\/js\/notifications.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/img\/offline.png",
        "default_popup": "popup\/index.html",
        "default_title": "Zydar - Hors-Ligne"
    },
    "description": "Notifie lorsque Zydar est en LIVE !",
    "icons": {
        "128": "assets\/img\/logo_mini.png"
    },
    "manifest_version": 2,
    "name": "Zydar Live",
    "permissions": [
        "background",
        "https:\/\/api.twitch.tv\/kraken\/streams?channel=*",
        "*:\/\/*.googleapis.com\/*",
        "notifications",
        "storage"
    ],
    "short_name": "Zydar Live",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3"
}