Who's Live on Twitch

See who's streaming live that you're following on Twitch.tv

Who's Live on Twitchとは何ですか?

Who's Live on TwitchはAdamによって開発されたChromeの拡張機能で、その主な機能は「See who's streaming live that you're following on Twitch.tv」です。

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

screenshot
screenshot

Who's Live on Twitch拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Easily check to see who's live streaming that you're following on Twitch.tv!

Connect your Twitch account in a couple clicks and you're done! Anyone new that you follow or unfollow will automatically update in the extension.

--- Free Features ---

✔ Search quickly by streamer, title, game or site
✔ 2 Favorite Streamers
✔ 2 Streamer Notifications
✔ Accounts, Favorites and Notifications Save Between Browsers

--- Pro Features ($4.99) ---

✔ Unlimited Favorite Streamers
✔ Unlimited Streamer Notifications
✔ Unlimited Access to All Future Features

--- Pro Features Coming Soon ---

• Order your Favorite Streamers
• Many Notification Settings
• Much more too come!                    

拡張機能の基本情報

名前 Who's Live on Twitch Who's Live on Twitch
ID omejdljcfhmldgkndfhoeogdjghlghek
公式URL https://chromewebstore.google.com/detail/whos-live-on-twitch/omejdljcfhmldgkndfhoeogdjghlghek
説明 See who's streaming live that you're following on Twitch.tv
ファイルサイズ 2.03 MB
インストール数 105
現在のバージョン 1.9.1
最終更新日 2020-11-03
公開日 2020-01-22
評価 3.80/5 合計 10 レビュー
開発者 Adam
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Who's Live on Twitch",
    "description": "See who's streaming live that you're following on Twitch.tv",
    "version": "1.9.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Who's Live",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "options\/options.html"
    ]
}