Aayley Live

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

Aayley Liveとは何ですか?

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

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Aayley Live
===========

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

拡張機能の基本情報

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