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
公式URL 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
    }
}