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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | ogkhhjgflbdhlchaffaljahbjjdadhml |
官方網址 | 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\/*" ] } |