Twitch Legacy Chat
Restores Legacy Chat
Wat is Twitch Legacy Chat?
Twitch Legacy Chat is een Chrome-extensie ontwikkeld door cool boy alfie, en de belangrijkste functie is "Restores Legacy Chat".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Legacy Chat
Download Twitch Legacy 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
Restores Twitch legacy chat with iFrames because Twitch new site is real weird monkaS Basisinformatie over de Extensie
| Naam | |
| ID | nonbdfmekapigdafeajhmhbkbnfibfhg |
| Officiële URL | https://chromewebstore.google.com/detail/twitch-legacy-chat/nonbdfmekapigdafeajhmhbkbnfibfhg |
| Beschrijving | Restores Legacy Chat |
| Bestandsgrootte | 98.06 KB |
| Aantal Installaties | 6,272 |
| Huidige Versie | 2.1.1 |
| Laatst Bijgewerkt | 2018-03-04 |
| Publicatiedatum | 2018-03-04 |
| Beoordeling | 4.60/5 Totaal 58 Beoordelingen |
| Ontwikkelaar | cool boy alfie |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |