Floating Twitch Chat

Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…

什麼是Floating Twitch Chat?

Floating Twitch Chat是由Lucas開發的Chrome擴展程式,該擴展的主要功能是“Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…”。

擴展截圖

screenshot

下載Floating Twitch Chat擴展crx文件

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

擴展使用說明

                        Display Twitch-Chat when watching in fullscreen.

- Support for FFZ & BTTV Emotes
- Change chat position by draging it
- Chat appearance is customizable                    

擴展基本資訊

名稱 Floating Twitch Chat Floating Twitch Chat
ID fhaenepohcgdhppcnepekkiciccpgphf
官方網址 https://chromewebstore.google.com/detail/floating-twitch-chat/fhaenepohcgdhppcnepekkiciccpgphf
簡介 Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…
檔案大小 772 KB
安裝次數 119
目前版本 1.4
更新時間 2023-06-26
上架時間 2021-02-10
評分 5.00/5 共 4 次評分
開發者 Lucas
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Floating Twitch Chat",
    "name": "Floating Twitch Chat",
    "version": "1.4",
    "manifest_version": 2,
    "icons": {
        "32": "assets\/chat32.png",
        "64": "assets\/chat64.png",
        "128": "assets\/chat128.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/*.frankerfacez.com\/*",
        "*:\/\/*.betterttv.net\/*",
        "*:\/\/*.jtvnw.net\/*"
    ],
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Floating Twitch Chat",
        "browser_style": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ]
}