Twitch Live Monitor

Twitch TV extension to show the priority active favorite channels of as a notification to you.

Twitch Live Monitor क्या है?

Twitch Live Monitor spddl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitch TV extension to show the priority active favorite channels of as a notification to you."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Twitch Live Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The idea to get notified about new Twitch channels comes from @Mike Chambers https://chrome.google.com/webstore/detail/iiljidcefnbhbpamageahhblhbbhhopm

Twitch live Monitor also offers the possibility to be notified in real time when one of your 50 favorite streamers goes online on Twitch, everything about it is queried in a 2min interval. This is possible with the PubSub interface from Twitch (https://dev.twitch.tv/docs/pubsub)

In addition, the style is in material design with dark mode so that it fits perfectly into the chrome.                    

एक्सटेंशन की मूल जानकारी

नाम Twitch Live Monitor Twitch Live Monitor
ID geckecbipnimmcefppeckcggceikjmjj
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-live-monitor/geckecbipnimmcefppeckcggceikjmjj
विवरण Twitch TV extension to show the priority active favorite channels of as a notification to you.
फ़ाइल का आकार 194 KB
स्थापना संख्या 24
वर्तमान संस्करण 0.0.35
अंतिम अपडेट 2021-03-17
प्रकाशन तिथि 2020-07-31
डेवलपर spddl
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/spddl/Twitch-Live-Monitor
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Twitch TV extension to show the priority active favorite channels of as a notification to you.",
    "version": "0.0.35",
    "name": "Twitch Live Monitor",
    "short_name": "Twitch Live Monitor",
    "homepage_url": "https:\/\/github.com\/spddl",
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "bw128px.png"
    },
    "icons": {
        "128": "tw128px.png"
    },
    "web_accessible_resources": [
        "tw128px.png",
        "bw128px.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/*.twitch.tv\/",
        "https:\/\/twitch.tv\/",
        "tabs",
        "storage",
        "notifications"
    ]
}