Are They Live?

This simple extension checks to see if your favorite Twitch streamer is live.

Are They Live?とは何ですか?

Are They Live?はJakeRYWによって開発されたChromeの拡張機能で、その主な機能は「This simple extension checks to see if your favorite Twitch streamer is live.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Want to see if your favorite streamer is live right from the toolbar? Get this simple, minimalistic extension and you're one click away from all the important information you need.                    

拡張機能の基本情報

名前 Are They Live? Are They Live?
ID pcdpfbneefmefjmmbhmgfgcciefpiaem
公式URL https://chrome.google.com/webstore/detail/are-they-live/pcdpfbneefmefjmmbhmgfgcciefpiaem
説明 This simple extension checks to see if your favorite Twitch streamer is live.
ファイルサイズ 4.1 MB
インストール数 548
現在のバージョン 2.7
最終更新日 2020-05-31
公開日 2020-05-31
評価 4.10/5 合計 10 レビュー
開発者 JakeRYW
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Are They Live?",
    "version": "2.7",
    "description": "This simple extension checks to see if your favorite Twitch streamer is live.",
    "options_page": "options.html",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}