Anu Twitch Chat Overlay
Show Twitch chat on top of the stream player. Read chat, send messages, claim points, and more, without leaving fullscreen mode
什么是Anu Twitch Chat Overlay?
Anu Twitch Chat Overlay是由bianciottopablo开发的Chrome扩展程序,该扩展的主要功能是“Show Twitch chat on top of the stream player. Read chat, send messages, claim points, and more, without leaving fullscreen mode”。
扩展截图
下载Anu Twitch Chat Overlay扩展crx文件
下载Anu Twitch Chat Overlay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show Twitch chat on top of the stream player (live and VOD). Keep up with chat, send messages, automatically claim channel points, and more, without leaving fullscreen mode (or expanding sidebar chat). Customize position, font, background on a per stream basis and sync and store your preferences across your devices. Twitch dark and light themes supported by default. Once installed, a Chat Overlay button will be added to the bottom right buttons panel of the Twitch video player which you can click to toggle the chat overlay on/off. Choose the perfect position, font size, color and that's it!
扩展基本信息
名称 | Anu Twitch Chat Overlay |
ID | lfifccadmdnjffbbocnfmibmgddndbag |
官方URL | https://chromewebstore.google.com/detail/anu-twitch-chat-overlay/lfifccadmdnjffbbocnfmibmgddndbag |
简介 | Show Twitch chat on top of the stream player. Read chat, send messages, claim points, and more, without leaving fullscreen mode |
文件大小 | 297 KB |
安装次数 | 2,910 |
当前版本 | 0.4.10 |
更新时间 | 2023-11-05 |
上架时间 | 2020-05-08 |
评分 | 4.49/5 共70次评分 |
开发者 | bianciottopablo |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/akhanubis/twitch_chat_overlay_issues/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anu Twitch Chat Overlay", "version": "0.4.10", "version_name": "0.4.10", "description": "Show Twitch chat on top of the stream player. Read chat, send messages, claim points, and more, without leaving fullscreen mode", "author": "Pablo Bianciotto", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.twitch.tv\/" ], "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "exclude_matches": [ "*:\/\/dashboard.twitch.tv\/*" ], "css": [ "assets\/twitch.css", "assets\/index.css", "assets\/resizable.css", "assets\/modal.css", "assets\/settings.css", "assets\/about.css", "assets\/vod.css" ], "js": [ "index.js", "vod.js" ] } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "assets\/pepoG_16x16.png", "48": "assets\/pepoG_48x48.png", "128": "assets\/pepoG_128x128_96.png" } } |