Twitch Notifications

Notifies you when one of the streamers you are following starts streaming.

什麼是Twitch Notifications?

Twitch Notifications是由mickelus開發的Chrome擴展程式,該擴展的主要功能是“Notifies you when one of the streamers you are following starts streaming.”。

擴展截圖

screenshot
screenshot

下載Twitch Notifications擴展crx文件

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

擴展使用說明

                        All that you need to do to get started is to put your twitch username in the username field on the options page. A link to the option page can be found under "Tools" > "Extensions" > "Twitch notifications".

Clicking a notification will open the stream in a new tab.

The source is on github: https://github.com/mickelus/twitchNotifications.
Feel free to submit bug reports, feature requests or pull requests.                    

擴展基本資訊

名稱 Twitch Notifications Twitch Notifications
ID inkakioanfdnbbikoenlmmpaomnangkh
官方網址 https://chromewebstore.google.com/detail/twitch-notifications/inkakioanfdnbbikoenlmmpaomnangkh
簡介 Notifies you when one of the streamers you are following starts streaming.
檔案大小 38.46 KB
安裝次數 211
目前版本 1.1
更新時間 2016-02-10
上架時間 2016-02-10
評分 2.60/5 共 5 次評分
開發者 mickelus
付費類型 free
支援的語言 en,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1",
    "content_security_policy": "image-src 'self' *:\/\/static-cdn.jtvnw.net\/*; object-src 'self'; script-src 'self'",
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        "cookies",
        "*:\/\/api.twitch.tv\/*",
        "*:\/\/static-cdn.jtvnw.net\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}