Twitch Stream Notifier
See when streamers go online!
Twitch Stream Notifierとは何ですか?
Twitch Stream NotifierはTheoryCraft Inc.によって開発されたChromeの拡張機能で、その主な機能は「See when streamers go online!」です。
拡張機能のスクリーンショット
Twitch Stream Notifier拡張機能のCRXファイルをダウンロード
Twitch Stream Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Track the status of your favorite Twitch.tv streamers no matter where you are. Use the extension to see which streamers are online and get a notification of when they do go online. You can add streamers one at a time or bulk add via your Twitch username. Not affiliated with Twitch.tv. Powered by TheoryCraft.gg
拡張機能の基本情報
名前 | Twitch Stream Notifier |
ID | lpkgicfflpkdinhalebfjlonfhehnpem |
公式URL | https://chromewebstore.google.com/detail/twitch-stream-notifier/lpkgicfflpkdinhalebfjlonfhehnpem |
説明 | See when streamers go online! |
ファイルサイズ | 480 KB |
インストール数 | 3,154 |
現在のバージョン | 1.7.0 |
最終更新日 | 2022-12-23 |
公開日 | 2019-10-21 |
評価 | 4.21/5 合計 29 レビュー |
開発者 | TheoryCraft Inc. |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Friss/TwitchNotifier |
ヘルプページのURL | https://github.com/Friss/TwitchNotifier |
プライバシーポリシーページのURL | https://theorycraft.gg/terms |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Stream Notifier", "version": "1.7.0", "manifest_version": 2, "description": "See when streamers go online!", "icons": { "16": "images\/logo.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png", "500": "images\/logo_500.png" }, "homepage_url": "https:\/\/github.com\/Friss\/TwitchNotifier", "background": { "page": "background.html" }, "permissions": [ "notifications", "storage", "background" ], "browser_action": { "default_icon": "images\/logo_128.png", "default_title": "Twitch Stream Notifier", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/logo_128.png" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |