Twitch Chat Overlay

Overlay the Twitch chat when in fullscreen mode.

什麼是Twitch Chat Overlay?

Twitch Chat Overlay是由trmcnvn開發的Chrome擴展程式,該擴展的主要功能是“Overlay the Twitch chat when in fullscreen mode.”。

擴展截圖

screenshot
screenshot

下載Twitch Chat Overlay擴展crx文件

下載Twitch Chat Overlay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Twitch Chat Overlay will allow you to view and interact with the chat while watching a stream in fullscreen.

You can move, resize, and toggle the chat window while in full-screen and these settings are remembered the next time you watch!                    

擴展基本資訊

名稱 Twitch Chat Overlay Twitch Chat Overlay
ID lcljofkmbcdnjekeamikmefcjohmhgng
官方網址 https://chromewebstore.google.com/detail/twitch-chat-overlay/lcljofkmbcdnjekeamikmefcjohmhgng
簡介 Overlay the Twitch chat when in fullscreen mode.
檔案大小 25.92 KB
安裝次數 3,615
目前版本 1.10
更新時間 2020-01-21
上架時間 2020-01-14
評分 3.70/5 共 10 次評分
開發者 trmcnvn
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/trmcnvn/twitch-chat-overlay
說明頁面URL https://github.com/trmcnvn/twitch-chat-overlay/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Chat Overlay",
    "description": "Overlay the Twitch chat when in fullscreen mode.",
    "version": "1.10",
    "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-chat-overlay",
    "icons": {
        "16": "resources\/icon-16.jpg",
        "48": "resources\/icon-48.jpg",
        "96": "resources\/icon-96.jpg",
        "128": "resources\/icon-128.jpg"
    },
    "web_accessible_resources": [
        "overlay.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle"
        }
    ]
}