Twitch Live Monitor

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

What is Twitch Live Monitor?

Twitch Live Monitor is a Chrome extension developed by spddl, and its main feature is "Twitch TV extension to show the priority active favorite channels of as a notification to you.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Twitch Live Monitor Extension CRX File

Download Twitch Live Monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Twitch Live Monitor Twitch Live Monitor
ID geckecbipnimmcefppeckcggceikjmjj
Official URL https://chromewebstore.google.com/detail/twitch-live-monitor/geckecbipnimmcefppeckcggceikjmjj
Description Twitch TV extension to show the priority active favorite channels of as a notification to you.
File Size 194 KB
Installation Count 24
Current Version 0.0.35
Last Updated 2021-03-17
Publish Date 2020-07-31
Developer spddl
Email [email protected]
Payment Type free
Extension Website https://github.com/spddl/Twitch-Live-Monitor
Supported Languages 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"
    ]
}