Chap Live

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

Chap Liveとは何ですか?

Chap Liveはhttps://kocal.frによって開発されたChromeの拡張機能で、その主な機能は「Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Chap Live
========

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

拡張機能の基本情報

名前 Chap Live Chap Live
ID iaejfilcnojdfdmpdcnplleophhfnbcn
公式URL https://chromewebstore.google.com/detail/chap-live/iaejfilcnojdfdmpdcnplleophhfnbcn
説明 Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.
ファイルサイズ 47.48 KB
インストール数 37
現在のバージョン 0.1.0
最終更新日 2018-05-10
公開日 2018-05-10
評価 5.00/5 合計 1 レビュー
開発者 https://kocal.fr
支払い方法 free
拡張機能のウェブサイト https://github.com/Kocal/Chap-Live
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chap Live",
    "description": "Chap Live est une extension qui notifie l'utilisateur si Chap 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": "Chap Live",
        "default_icon": {
            "48": "icons\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}