TwitchTv Chat Overlay

Displays chat messages over the video stream allowing viewers to hide the chat display (and extend the video player area!)

TwitchTv Chat Overlay란 무엇입니까?

TwitchTv Chat Overlay은(는) pardo.medina.developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays chat messages over the video stream allowing viewers to hide the chat display (and extend the video player area!)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TwitchTv Chat Overlay 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A 2d canvas overlay that displays chat text scrolling horizontally on top of the steam video player.

With TwitchTvChat extension viewers can now hide the chat panel to expand the video player size and keep reading the conversation happening in the the chat while watching the stream at the same time!

This version supports Theater Mode (which combines very well with Browser's fullscreen mode).

If you like it and would like to contribute, fork the repo at https://github.com/pardoman/TwitchTvChat                    

확장 프로그램 기본 정보

이름 TwitchTv Chat Overlay TwitchTv Chat Overlay
ID bojgahgecolnjofbnpeijdbdcpjglmhc
공식 URL https://chromewebstore.google.com/detail/twitchtv-chat-overlay/bojgahgecolnjofbnpeijdbdcpjglmhc
설명 Displays chat messages over the video stream allowing viewers to hide the chat display (and extend the video player area!)
파일 크기 15.08 KB
설치 횟수 218
현재 버전 1.1.0
최근 업데이트 2015-08-04
출시 날짜 2015-08-03
평점 3.67/5 총 3 개의 평점
개발자 pardo.medina.developer
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/pardoman/TwitchTvChat
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.0",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_iconTooltip__"
    },
    "author": "Federico Medina (pardoman)",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/helpers.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}