Twitch Game Switch Notify

Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…

Twitch Game Switch Notify란 무엇입니까?

Twitch Game Switch Notify은(는) Bill Hedworth에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…"입니다.

확장 프로그램 스크린샷

screenshot

Twitch Game Switch Notify 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bored of your variety streamers current game? 

This will trigger a chrome notification when they switch game leaving you to view someone else or maybe do something more constructive in the mean time.

PLEASE NOTE: You will need the twitch stream open in a tab (doesn't need focus) but you do not need the stream playing if you don't want, you can pause the video as the extension just watches for the game title text on this page to change.

You can also turn the extension on and off with the toolbar button.                    

확장 프로그램 기본 정보

이름 Twitch Game Switch Notify Twitch Game Switch Notify
ID gkomcllbmedmgddnddobdijddjabfcdj
공식 URL https://chromewebstore.google.com/detail/twitch-game-switch-notify/gkomcllbmedmgddnddobdijddjabfcdj
설명 Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…
파일 크기 1.25 MB
설치 횟수 32
현재 버전 0.1.7
최근 업데이트 2018-06-17
출시 날짜 2018-06-17
평점 5.00/5 총 1 개의 평점
개발자 Bill Hedworth
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Bigsy/twitchnotify
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Game Switch Notify",
    "version": "0.1.7",
    "browser_action": {
        "default_icon": {
            "19": "images\/twitch19gc.png",
            "38": "images\/twitch38gc.png"
        }
    },
    "icons": {
        "16": "images\/twitch16gc.png",
        "48": "images\/twitch48gc.png",
        "128": "images\/twitch128goc.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/static-cdn.jtvnw.net\/*"
            ],
            "js": [
                "compiled\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "manifest_version": 2
}