stream[on]

An Chrome extension to alert you when a streaming goes online.

stream[on] là gì?

stream[on] là một tiện ích mở rộng Chrome được phát triển bởi https://streamon.info, và tính năng chính của nó là "An Chrome extension to alert you when a streaming goes online.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng stream[on]

Tải xuống các tệp mở rộng stream[on] 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

                        StreamON is an Chrome extension to alert you when a streaming goes online.

• Works only with Twitch
• Displays online streams from your followed list
• Notifications in background


Report bugs here: https://github.com/HackJack-101/StreamON/issues
Source code: https://github.com/HackJack-101/StreamON                    

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

Tên stream[on] stream[on]
ID kehnkjfpdndnpddnhlnaeaplnbegleim
URL Chính Thức https://chromewebstore.google.com/detail/streamon/kehnkjfpdndnpddnhlnaeaplnbegleim
Mô tả An Chrome extension to alert you when a streaming goes online.
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 186
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-10-24
Ngày Phát Hành 2019-09-21
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://streamon.info
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://streamon.info/policies/privacy
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "1.0.3",
    "description": "__MSG_extDesc__",
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "management",
        "background",
        "storage",
        "contextMenus",
        "identity",
        "https:\/\/id.twitch.tv\/oauth2\/*"
    ],
    "background": {
        "scripts": [
            "lib\/tools.js",
            "lib\/twitch.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "assets\/*.png",
        "lib\/*.js",
        "options\/options.html"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}