Twitch Live Monitor
Twitch TV extension to show the priority active favorite channels of as a notification to you.
什麼是Twitch Live Monitor?
Twitch Live Monitor是由spddl開發的Chrome擴展程式,該擴展的主要功能是“Twitch TV extension to show the priority active favorite channels of as a notification to you.”。
擴展截圖
下載Twitch Live Monitor擴展crx文件
下載Twitch Live Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The idea to get notified about new Twitch channels comes from @Mike Chambers https://chrome.google.com/webstore/detail/iiljidcefnbhbpamageahhblhbbhhopm Twitch live Monitor also offers the possibility to be notified in real time when one of your 50 favorite streamers goes online on Twitch, everything about it is queried in a 2min interval. This is possible with the PubSub interface from Twitch (https://dev.twitch.tv/docs/pubsub) In addition, the style is in material design with dark mode so that it fits perfectly into the chrome.
擴展基本資訊
名稱 | Twitch Live Monitor |
ID | geckecbipnimmcefppeckcggceikjmjj |
官方網址 | https://chromewebstore.google.com/detail/twitch-live-monitor/geckecbipnimmcefppeckcggceikjmjj |
簡介 | Twitch TV extension to show the priority active favorite channels of as a notification to you. |
檔案大小 | 194 KB |
安裝次數 | 24 |
目前版本 | 0.0.35 |
更新時間 | 2021-03-17 |
上架時間 | 2020-07-31 |
開發者 | spddl |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/spddl/Twitch-Live-Monitor |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Twitch TV extension to show the priority active favorite channels of as a notification to you.", "version": "0.0.35", "name": "Twitch Live Monitor", "short_name": "Twitch Live Monitor", "homepage_url": "https:\/\/github.com\/spddl", "options_page": "options.html", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "bw128px.png" }, "icons": { "128": "tw128px.png" }, "web_accessible_resources": [ "tw128px.png", "bw128px.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "https:\/\/*.twitch.tv\/", "https:\/\/twitch.tv\/", "tabs", "storage", "notifications" ] } |