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³
电子邮箱 [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\/*"
    ]
}