Twitch Stream Notifier

See when streamers go online!

什么是Twitch Stream Notifier?

Twitch Stream Notifier是由TheoryCraft Inc.开发的Chrome扩展程序,该扩展的主要功能是“See when streamers go online!”。

扩展截图

screenshot

下载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 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.
电子邮箱 [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'"
}