Twitch Category Change Notifier

Know when your favorite streamers are changing categories

Twitch Category Change Notifier क्या है?

Twitch Category Change Notifier GerlachM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Know when your favorite streamers are changing categories"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch Category Change Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}