Twitch Multitasker

View and Browse at the same time

Twitch Multitasker란 무엇입니까?

Twitch Multitasker은(는) Josh Sanderson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View and Browse at the same time"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Watch and chat in two Twitch streams at once while still allowing for browsing Twitch on the left half of the screen.

While watching a stream type any stream name into the search bar and click the dual screen button to the right of the search button. If the search bar is empty and you click the split screen button it will return to single stream view.

Once the double stream view is open you can toggle the chat on the left side with the button to the right of the split screen button.

While in the split screen view browsing and searching is still possible and will show up on the left side display, the only way to change/remove the stream and chat on the right side is to use the search bar and buttons on the right of the search bar.

A twitch account MUST be signed in or the option will not show.                    

확장 프로그램 기본 정보

이름 Twitch Multitasker Twitch Multitasker
ID jkfpfghlbjaehpichpcgdlihnbceinna
공식 URL https://chromewebstore.google.com/detail/twitch-multitasker/jkfpfghlbjaehpichpcgdlihnbceinna
설명 View and Browse at the same time
파일 크기 21.34 KB
설치 횟수 176
현재 버전 1.3.1
최근 업데이트 2022-12-25
출시 날짜 2021-12-23
평점 3.67/5 총 3 개의 평점
개발자 Josh Sanderson
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Multitasker",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "View and Browse at the same time",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Twitch Multitasker",
        "default_icon": "icon2.png"
    },
    "permissions": [
        "https:\/\/www.twitch.tv\/*",
        "http:\/\/www.twitch.tv\/*",
        "activeTab"
    ]
}