Twitch Category Change Notifier

Know when your favorite streamers are changing categories

Twitch Category Change Notifierคืออะไร?

Twitch Category Change Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GerlachM และคุณลักษณะหลักของมันคือ "Know when your favorite streamers are changing categories"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Category Change Notifier

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}