Twitch Legacy Chat

Restores Legacy Chat

Qu'est-ce que Twitch Legacy Chat ?

Twitch Legacy Chat est une extension Chrome développée par cool boy alfie, et sa fonction principale est "Restores Legacy Chat".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Twitch Legacy 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

                        Restores Twitch legacy chat with iFrames because Twitch new site is real weird monkaS                    

Informations de Base sur l'Extension

Nom Twitch Legacy Chat Twitch Legacy Chat
ID nonbdfmekapigdafeajhmhbkbnfibfhg
URL Officiel https://chromewebstore.google.com/detail/twitch-legacy-chat/nonbdfmekapigdafeajhmhbkbnfibfhg
Description Restores Legacy Chat
Taille du Fichier 98.06 KB
Nombre d'Installations 6,272
Version Actuelle 2.1.1
Dernière Mise à Jour 2018-03-04
Date de Publication 2018-03-04
Évaluation 4.60/5 Total 58 Évaluations
Développeur cool boy alfie
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Legacy Chat",
    "version": "2.1.1",
    "description": "Restores Legacy Chat",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ]
}