Twitch Popout Chat
Allows you to quickly open the chat of Twitch streamers
Wat is Twitch Popout Chat?
Twitch Popout Chat is een Chrome-extensie ontwikkeld door Aenos, en de belangrijkste functie is "Allows you to quickly open the chat of Twitch streamers".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Popout Chat
Download Twitch Popout 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
Twitch Popout Chat
Allows you to quickly open the chat of Twitch streamers
How to use:
- Go to twitch.tv.
- Open a broadcast from any streamer.
- Click on the extension's icon.
- The streamer's Twitch chat will open in a different window.
If you are on a web page other than Twitch, it opens that page as a popup. Basisinformatie over de Extensie
| Naam | |
| ID | haijgfkhagnfkbebhgkcgdgkhaljkjcg |
| Officiële URL | https://chromewebstore.google.com/detail/twitch-popout-chat/haijgfkhagnfkbebhgkcgdgkhaljkjcg |
| Beschrijving | Allows you to quickly open the chat of Twitch streamers |
| Bestandsgrootte | 22.14 KB |
| Aantal Installaties | 1,052 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2022-11-21 |
| Publicatiedatum | 2022-09-26 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Aenos |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Twitch Popout Chat",
"description": "Allows you to quickly open the chat of Twitch streamers",
"version": "1.0.1",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": [],
"permissions": [
"activeTab",
"tabs"
],
"background": {
"service_worker": "service-worker.js"
}
} | |