Floating Twitch Chat
Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…
Wat is Floating Twitch Chat?
Floating Twitch Chat is een Chrome-extensie ontwikkeld door Lucas, en de belangrijkste functie is "Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…".
Extensie Screenshots
Download het CRX-bestand van de extensie Floating Twitch Chat
Download Floating Twitch Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Display Twitch-Chat when watching in fullscreen.
- Support for FFZ & BTTV Emotes
- Change chat position by draging it
- Chat appearance is customizable Basisinformatie over de Extensie
| Naam | |
| ID | fhaenepohcgdhppcnepekkiciccpgphf |
| Officiële URL | https://chromewebstore.google.com/detail/floating-twitch-chat/fhaenepohcgdhppcnepekkiciccpgphf |
| Beschrijving | Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat… |
| Bestandsgrootte | 772 KB |
| Aantal Installaties | 119 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2023-06-26 |
| Publicatiedatum | 2021-02-10 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Lucas |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |