Floating Twitch Chat

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

Cos'è Floating Twitch Chat?

Floating Twitch Chat è un'estensione di Chrome sviluppata da Lucas, e la sua funzione principale è "Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Floating Twitch Chat

Scarica i file di estensione Floating Twitch Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Display Twitch-Chat when watching in fullscreen.

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

Informazioni di Base sull'Estensione

Nome Floating Twitch Chat Floating Twitch Chat
ID fhaenepohcgdhppcnepekkiciccpgphf
URL Ufficiale https://chromewebstore.google.com/detail/floating-twitch-chat/fhaenepohcgdhppcnepekkiciccpgphf
Descrizione Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…
Dimensione del File 772 KB
Conteggio Installazioni 119
Versione Corrente 1.4
Ultimo Aggiornamento 2023-06-26
Data di Pubblicazione 2021-02-10
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Lucas
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}