Twitch Legacy Chat
Restores Legacy Chat
Vad är Twitch Legacy Chat?
Twitch Legacy Chat är en Chrome-tillägg utvecklad av cool boy alfie, och dess huvudfunktion är "Restores Legacy Chat".
Tilläggsskärmbilder
Ladda ner Twitch Legacy Chat-förlängningens CRX-fil
Ladda ner Twitch Legacy Chat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Restores Twitch legacy chat with iFrames because Twitch new site is real weird monkaS Grundläggande Information om Tillägg
| Namn | |
| ID | nonbdfmekapigdafeajhmhbkbnfibfhg |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitch-legacy-chat/nonbdfmekapigdafeajhmhbkbnfibfhg |
| Beskrivning | Restores Legacy Chat |
| Filstorlek | 98.06 KB |
| Antal Installationer | 6,272 |
| Aktuell Version | 2.1.1 |
| Senast Uppdaterad | 2018-03-04 |
| Publiceringsdatum | 2018-03-04 |
| Betyg | 4.60/5 Totalt 58 Betyg |
| Utvecklare | cool boy alfie |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |