Twitch Control

Control Twitch.tv tabs

Twitch Control란 무엇입니까?

Twitch Control은(는) Tyler Sutherland에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control Twitch.tv tabs"입니다.

확장 프로그램 스크린샷

screenshot

Twitch Control 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allows you to control twitch streams with out having to go to the tab the stream is in.

You can pause, resume or adjust the volume of any stream you have open in chrome.

You can also switch to any stream tab you have open by clicking on the stream name.                    

확장 프로그램 기본 정보

이름 Twitch Control Twitch Control
ID hmjofdjfgjjejhgjigakoaddbgldgjai
공식 URL https://chromewebstore.google.com/detail/twitch-control/hmjofdjfgjjejhgjigakoaddbgldgjai
설명 Control Twitch.tv tabs
파일 크기 12.97 KB
설치 횟수 75
현재 버전 0.3
최근 업데이트 2017-05-22
출시 날짜 2017-05-22
개발자 Tyler Sutherland
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Control",
    "version": "0.3",
    "description": "Control Twitch.tv tabs",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "author": "Tyler Sutherland",
    "permissions": [
        "tabs",
        "http:\/\/www.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/*"
    ],
    "icons": {
        "128": "icon_128.png"
    }
}