Twitch Notif

Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.

Twitch Notifとは何ですか?

Twitch Notifはcelianbastienによって開発されたChromeの拡張機能で、その主な機能は「Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.」です。

拡張機能のスクリーンショット

screenshot

Twitch Notif拡張機能のCRXファイルをダウンロード

Twitch Notif拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension ask only one input : the twitch username : using the twitch api, it gets all the following streams of the twitch user and display it when he clicks on the extension (screen linked).
When one of these streamer goes live, it pops a notification : this notification can be hidden easily by clicking on the bell.
I have made this extension in order to replace all individual extension made by a lot of (big) streamers individually.
The main advantages are : 
- Performance gain : Only one application for every streamers.
- Follow easily streamers who dont have individual extension.                    

拡張機能の基本情報

名前 Twitch Notif Twitch Notif
ID dedbnkhlhhobeiadgipmnladcmcclphe
公式URL https://chrome.google.com/webstore/detail/twitch-notif/dedbnkhlhhobeiadgipmnladcmcclphe
説明 Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.
ファイルサイズ 87.38 KB
インストール数 93
現在のバージョン 2.4
最終更新日 2018-03-30
公開日 2018-03-30
評価 1.50/5 合計 2 レビュー
開発者 celianbastien
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Twitch Notif",
    "name": "Twitch Notif",
    "description": "Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.",
    "author": "C\u00e9lian BASTIEN",
    "version": "2.4",
    "permissions": [
        "webRequest",
        "notifications",
        "storage",
        "https:\/\/api.twitch.tv\/kraken\/"
    ],
    "background": {
        "scripts": [
            "js\/app.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "img\/icon32.png",
            "64": "img\/icon64.png",
            "72": "img\/icon72.png"
        },
        "default_title": "Twitch Notif",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "32": "img\/icon32.png",
        "64": "img\/icon64.png",
        "72": "img\/icon72.png",
        "128": "img\/icon72.png"
    }
}