TTV Right Now : Stream Notifier
Quickly see & get notified when your favorite Twitch streamers go live
TTV Right Now : Stream Notifierとは何ですか?
TTV Right Now : Stream NotifierはKlemmsによって開発されたChromeの拡張機能で、その主な機能は「Quickly see & get notified when your favorite Twitch streamers go live」です。
拡張機能のスクリーンショット
TTV Right Now : Stream Notifier拡張機能のCRXファイルをダウンロード
TTV Right Now : Stream Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Know which Twitch streamers are live at a glance and get notified when your favorite ones go live ! Contribute to TTV Right Now : https://github.com/Klemms/TwitchRightNow
拡張機能の基本情報
名前 | TTV Right Now : Stream Notifier |
ID | jaebeaoffbboingfjbdkgbnnfdkjilld |
公式URL | https://chromewebstore.google.com/detail/ttv-right-now-stream-noti/jaebeaoffbboingfjbdkgbnnfdkjilld |
説明 | Quickly see & get notified when your favorite Twitch streamers go live |
ファイルサイズ | 664 KB |
インストール数 | 615 |
現在のバージョン | 1.4.0 |
最終更新日 | 2024-02-29 |
公開日 | 2022-03-08 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Klemms |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/Klemms/TwitchRightNow |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TTV Right Now : Stream Notifier", "description": "Quickly see & get notified when your favorite Twitch streamers go live", "version": "1.4.0", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg+R+P1ucI5Dp21XEhEcpOz\/SPRZf8SlpM4cBM7gGxNPzzIrpP+efChXxAIaeoWH\/A7lNi19IZekbLSAC5iqlICq0HCwtUmLiuvzvCLFceECWIW5qC0Ri2auV0Gm9NKwxXr5U0TWRjYeWKRU7RnIll5TM\/M+8nMJZIHJ6FbVZzlMLL9Jr85SK9k6DjAc9VxhE106oacn1mUf7Byg0OxmmO5\/spY7mY2KYM4Dx9D9lJSnklDNocy2ylH2t2yI8uSNN8QPSQQZjTKn\/M\/rnq0BE5ExaTH13K+o\/ZE8stDZCI+Cs\/a72XIiMUr19lWs7sHr5GaupQPkuk2qM3\/w0GEsezQIDAQAB", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "alarms", "notifications" ], "action": { "default_popup": "index.html" }, "icons": { "256": "images\/icon.png" }, "externally_connectable": { "matches": [ "https:\/\/klemms.github.io\/TwitchRightNow\/*" ] } } |