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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}