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ファイルをダウンロード

TwitchTv Chat Overlay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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