Twitch Live

Watch Twitch.tv and receive notification when your favorite channel is online.

Twitch Liveとは何ですか?

Twitch Liveはbipycxpによって開発されたChromeの拡張機能で、その主な機能は「Watch Twitch.tv and receive notification when your favorite channel is online.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Watch your favorites streams on Twitch.tv.

Add the channels to Favorites and receive notification when they stream.

Thanks alerts and audible signal you never miss the beginning of your favorite stream, and the choice of Google EN or Google RU audio alert will let you know without being distracted about which channels online.

If Google EN or Google RU incorrectly reproduces the name of your favorite channels - you can enter any suitable Alternative name.

Enjoy watching with TwitchLive!                    

拡張機能の基本情報

名前 Twitch Live Twitch Live
ID imcjibojeokeogfofjgaajlobobagbeg
公式URL https://chromewebstore.google.com/detail/twitch-live/imcjibojeokeogfofjgaajlobobagbeg
説明 Watch Twitch.tv and receive notification when your favorite channel is online.
ファイルサイズ 825 KB
インストール数 20,000
現在のバージョン 2.0.9.1
最終更新日 2019-08-12
公開日 2019-08-12
評価 3.77/5 合計 184 レビュー
開発者 bipycxp
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Live",
    "description": "Watch Twitch.tv and receive notification when your favorite channel is online.",
    "version": "2.0.9.1",
    "icons": {
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png",
        "128": "img\/icons\/128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/19.png",
            "38": "img\/icons\/38.png"
        },
        "default_title": "Twitch Live",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/kraken\/*"
    ]
}