Floating Twitch Chat
Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…
What is Floating Twitch Chat?
Floating Twitch Chat is a Chrome extension developed by Lucas, and its main feature is "Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…".
Extension Screenshots
Download Floating Twitch Chat Extension CRX File
Download Floating Twitch Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat appearance is customizable
Extension Basic Information
Name | Floating Twitch Chat |
ID | fhaenepohcgdhppcnepekkiciccpgphf |
Official URL | https://chromewebstore.google.com/detail/floating-twitch-chat/fhaenepohcgdhppcnepekkiciccpgphf |
Description | Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat… |
File Size | 772 KB |
Installation Count | 119 |
Current Version | 1.4 |
Last Updated | 2023-06-26 |
Publish Date | 2021-02-10 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Lucas |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |