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
Eメール [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": [
                ""
            ]
        }
    ]
}