Floating Twitch Chat

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

Qu'est-ce que Floating Twitch Chat ?

Floating Twitch Chat est une extension Chrome développée par Lucas, et sa fonction principale est "Display Twitch-Chat when watching in fullscreen. - Support for FFZ & BTTV Emotes - Change chat position by draging it - Chat…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Floating Twitch Chat

Téléchargez les fichiers d'extension Floating Twitch Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Display Twitch-Chat when watching in fullscreen.

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

Informations de Base sur l'Extension

Nom Floating Twitch Chat Floating Twitch Chat
ID fhaenepohcgdhppcnepekkiciccpgphf
URL Officiel 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…
Taille du Fichier 772 KB
Nombre d'Installations 119
Version Actuelle 1.4
Dernière Mise à Jour 2023-06-26
Date de Publication 2021-02-10
Évaluation 5.00/5 Total 4 Évaluations
Développeur Lucas
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}