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…”。
扩展截图
下载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 |
ID | fhaenepohcgdhppcnepekkiciccpgphf |
官方URL | 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\/*" ] } |