stream[on]

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

什麼是stream[on]?

stream[on]是由https://streamon.info開發的Chrome擴展程式,該擴展的主要功能是“An Chrome extension to alert you when a streaming goes online.”。

擴展截圖

screenshot
screenshot

下載stream[on]擴展crx文件

下載stream[on]擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 stream[on] stream[on]
ID kehnkjfpdndnpddnhlnaeaplnbegleim
官方網址 https://chromewebstore.google.com/detail/streamon/kehnkjfpdndnpddnhlnaeaplnbegleim
簡介 An Chrome extension to alert you when a streaming goes online.
檔案大小 101 KB
安裝次數 186
目前版本 1.0.3
更新時間 2022-10-24
上架時間 2019-09-21
評分 4.50/5 共 4 次評分
開發者 https://streamon.info
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://streamon.info/policies/privacy
支援的語言 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
    }
}