Twitch Legacy Chat
Restores Legacy Chat
Hvad er Twitch Legacy Chat?
Twitch Legacy Chat er en Chrome-udvidelse udviklet af cool boy alfie, og dens hovedfunktion er "Restores Legacy Chat".
Udvidelsesskærmbilleder
Download Twitch Legacy Chat-udvidelses-CRX-fil
Download Twitch Legacy Chat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Restores Twitch legacy chat with iFrames because Twitch new site is real weird monkaS Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nonbdfmekapigdafeajhmhbkbnfibfhg |
| Officiel URL | https://chromewebstore.google.com/detail/twitch-legacy-chat/nonbdfmekapigdafeajhmhbkbnfibfhg |
| Beskrivelse | Restores Legacy Chat |
| Filstørrelse | 98.06 KB |
| Antal Installationer | 6,272 |
| Nuværende Version | 2.1.1 |
| Senest Opdateret | 2018-03-04 |
| Udgivelsesdato | 2018-03-04 |
| Bedømmelse | 4.60/5 Samlet 58 Bedømmelser |
| Udvikler | cool boy alfie |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |