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 |
公式URL | 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 |
Eメール | [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" ] } |