Twitch Stream Notifier

See when streamers go online!

Twitch Stream Notifier là gì?

Twitch Stream Notifier là một tiện ích mở rộng Chrome được phát triển bởi TheoryCraft Inc., và tính năng chính của nó là "See when streamers go online!".

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

screenshot

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

Tải xuống các tệp mở rộng Twitch Stream Notifier 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

                        Track the status of your favorite Twitch.tv streamers no matter where you are. Use the extension to see which streamers are online and get a notification of when they do go online. 

You can add streamers one at a time or bulk add via your Twitch username.

Not affiliated with Twitch.tv. Powered by TheoryCraft.gg                    

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

Tên Twitch Stream Notifier Twitch Stream Notifier
ID lpkgicfflpkdinhalebfjlonfhehnpem
URL Chính Thức https://chromewebstore.google.com/detail/twitch-stream-notifier/lpkgicfflpkdinhalebfjlonfhehnpem
Mô tả See when streamers go online!
Kích Thước Tệp 480 KB
Số Lần Cài Đặt 3,154
Phiên Bản Hiện Tại 1.7.0
Cập Nhật Lần Cuối 2022-12-23
Ngày Phát Hành 2019-10-21
Đánh Giá 4.21/5 Tổng số 29 Đánh Giá
Nhà Phát Triển TheoryCraft Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Friss/TwitchNotifier
URL Trang Trợ Giúp https://github.com/Friss/TwitchNotifier
URL Trang Chính Sách Bảo Mật https://theorycraft.gg/terms
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Stream Notifier",
    "version": "1.7.0",
    "manifest_version": 2,
    "description": "See when streamers go online!",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png",
        "500": "images\/logo_500.png"
    },
    "homepage_url": "https:\/\/github.com\/Friss\/TwitchNotifier",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "background"
    ],
    "browser_action": {
        "default_icon": "images\/logo_128.png",
        "default_title": "Twitch Stream Notifier",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/logo_128.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}