Twitch Category Change Notifier

Know when your favorite streamers are changing categories

什么是Twitch Category Change Notifier?

Twitch Category Change Notifier是由GerlachM开发的Chrome扩展程序,该扩展的主要功能是“Know when your favorite streamers are changing categories”。

扩展截图

screenshot
screenshot

下载Twitch Category Change Notifier扩展crx文件

下载Twitch Category Change Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        23 Sept 2023: Twitch API has changed, this extension does not work at the moment and has to be adjusted.

Don't like the current game a streamer is playing? Waiting for a streamer to finally start playing something? Missed another watch party because it was unannounced? Know when your favorite streamers are changing categories! Create alerts for your individual use case with this extension!

You can also be notified when a streamer simply goes live (STREAMER changes from OFFLINE to ANY CATEGORY).

Changelog:
1.0.3:  Fixed an issue where the alert wasn't triggered
1.0.2:  Improved reliability                    

扩展基本信息

名称 Twitch Category Change Notifier Twitch Category Change Notifier
ID cppdhocmfkdmcfhpmooljjdfjpdgblgm
官方URL https://chromewebstore.google.com/detail/twitch-category-change-no/cppdhocmfkdmcfhpmooljjdfjpdgblgm
简介 Know when your favorite streamers are changing categories
文件大小 69.95 KB
安装次数 137
当前版本 1.0.3
更新时间 2023-09-24
上架时间 2022-08-16
评分 4.00/5 共7次评分
开发者 GerlachM
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Category Change Notifier",
    "description": "Know when your favorite streamers are changing categories",
    "version": "1.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "alarms",
        "scripting",
        "activeTab",
        "background",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "256": "images\/icon.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/strikr.alwaysdata.net\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "test.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}