Twitch Live Monitor

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

Twitch Live Monitor là gì?

Twitch Live Monitor là một tiện ích mở rộng Chrome được phát triển bởi spddl, và tính năng chính của nó là "Twitch TV extension to show the priority active favorite channels of as a notification to you.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Live Monitor

Tải xuống các tệp mở rộng Twitch Live Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch Live Monitor Twitch Live Monitor
ID geckecbipnimmcefppeckcggceikjmjj
URL Chính Thức https://chromewebstore.google.com/detail/twitch-live-monitor/geckecbipnimmcefppeckcggceikjmjj
Mô tả Twitch TV extension to show the priority active favorite channels of as a notification to you.
Kích Thước Tệp 194 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.0.35
Cập Nhật Lần Cuối 2021-03-17
Ngày Phát Hành 2020-07-31
Nhà Phát Triển spddl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/spddl/Twitch-Live-Monitor
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}