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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}