Twitch Legacy Chat

Restores Legacy Chat

Cos'è Twitch Legacy Chat?

Twitch Legacy Chat è un'estensione di Chrome sviluppata da cool boy alfie, e la sua funzione principale è "Restores Legacy Chat".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Legacy Chat

Scarica i file di estensione Twitch Legacy 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

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

Informazioni di Base sull'Estensione

Nome Twitch Legacy Chat Twitch Legacy Chat
ID nonbdfmekapigdafeajhmhbkbnfibfhg
URL Ufficiale https://chromewebstore.google.com/detail/twitch-legacy-chat/nonbdfmekapigdafeajhmhbkbnfibfhg
Descrizione Restores Legacy Chat
Dimensione del File 98.06 KB
Conteggio Installazioni 6,272
Versione Corrente 2.1.1
Ultimo Aggiornamento 2018-03-04
Data di Pubblicazione 2018-03-04
Valutazione 4.60/5 Totale 58 Valutazioni
Sviluppatore cool boy alfie
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}