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 |
官方網址 | 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. |
電子郵箱 | [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'" } |