Twitch Notify

Sends an alert when a followed channel goes live

Twitch Notifyとは何ですか?

Twitch NotifyはRubbix³によって開発されたChromeの拡張機能で、その主な機能は「Sends an alert when a followed channel goes live」です。

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

screenshot

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

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

拡張機能の使用方法

                        Get notified when a streamer you follow goes live!

Enter your Twitch username and get Chrome notifications when a streamer goes live, the popup page allows you to change your username and see how's live at a glance.

Please note that the 'Currently live...' system updates every minute. So at most, it may be off by a minute.

=== CHANGELOG ===
Version 0.9.3 >
* Increased limit of live channels from 25 to 100 (If you have more than 100 channels live at once, *applause* Send in a ticket on the 'Support' tab of the webstore for the extension)
* Added the option to disable desktop notifications, helpful when you follow a lot of people and don't want to be bugged often


Version 0.9.2.1 >
* Fixed CSS reference


Version 0.9.2 >
* Support for more than 100 followers
* Interface change in the popup page


Version 0.8 >
* Base program                    

拡張機能の基本情報

名前 Twitch Notify Twitch Notify
ID ogkhhjgflbdhlchaffaljahbjjdadhml
公式URL https://chrome.google.com/webstore/detail/twitch-notify/ogkhhjgflbdhlchaffaljahbjjdadhml
説明 Sends an alert when a followed channel goes live
ファイルサイズ 45.34 KB
インストール数 209
現在のバージョン 0.9.3
最終更新日 2016-02-08
公開日 2016-02-08
評価 3.67/5 合計 3 レビュー
開発者 Rubbix³
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Notify",
    "version": "0.9.3",
    "description": "Sends an alert when a followed channel goes live",
    "icons": {
        "16": "Notify16.png",
        "48": "Notify48.png",
        "128": "Notify128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "https:\/\/api.twitch.tv\/*",
        "https:\/\/static-cdn.jtvnw.net\/*"
    ]
}