Twitch Popout Chat
Allows you to quickly open the chat of Twitch streamers
Hvad er Twitch Popout Chat?
Twitch Popout Chat er en Chrome-udvidelse udviklet af Aenos, og dens hovedfunktion er "Allows you to quickly open the chat of Twitch streamers".
Udvidelsesskærmbilleder
Download Twitch Popout Chat-udvidelses-CRX-fil
Download Twitch Popout 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
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | haijgfkhagnfkbebhgkcgdgkhaljkjcg |
| Officiel URL | https://chromewebstore.google.com/detail/twitch-popout-chat/haijgfkhagnfkbebhgkcgdgkhaljkjcg |
| Beskrivelse | Allows you to quickly open the chat of Twitch streamers |
| Filstørrelse | 22.14 KB |
| Antal Installationer | 1,052 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2022-11-21 |
| Udgivelsesdato | 2022-09-26 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Aenos |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |