Twitch Chat pronouns
Add Pronouns to Twitch Chat
Wat is Twitch Chat pronouns?
Twitch Chat pronouns is een Chrome-extensie ontwikkeld door Alejo Pereyra, en de belangrijkste functie is "Add Pronouns to Twitch Chat".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Chat pronouns
Download Twitch Chat pronouns-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
Add Pronouns as a chat badge next to user's names on Twitch Chat! To set your pronouns you should check https://pronouns.alejo.io/
Basisinformatie over de Extensie
Naam | Twitch Chat pronouns |
ID | agnfbjmjkdncblnkpkgoefbpogemfcii |
Officiële URL | https://chromewebstore.google.com/detail/twitch-chat-pronouns/agnfbjmjkdncblnkpkgoefbpogemfcii |
Beschrijving | Add Pronouns to Twitch Chat |
Bestandsgrootte | 102 KB |
Aantal Installaties | 85,821 |
Huidige Versie | 0.2.2 |
Laatst Bijgewerkt | 2024-02-07 |
Publicatiedatum | 2020-11-26 |
Beoordeling | 4.31/5 Totaal 136 Beoordelingen |
Ontwikkelaar | Alejo Pereyra |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://pronouns.alejo.io/ |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Chat pronouns", "version": "0.2.2", "description": "Add Pronouns to Twitch Chat", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*", "https:\/\/twitch.tv\/*", "https:\/\/dashboard.twitch.tv\/u\/*\/stream-manager", "https:\/\/dashboard.twitch.tv\/popout\/u\/*\/stream-manager\/chat" ], "js": [ ".\/bundle.js" ], "css": [ ".\/bundle.css" ], "run_at": "document_end", "all_frames": true } ], "host_permissions": [ "https:\/\/dashboard.twitch.tv\/popout\/u\/*\/stream-manager\/chat", "https:\/\/dashboard.twitch.tv\/u\/*\/stream-manager", "https:\/\/pr.alejo.io\/*", "https:\/\/pronouns.alejo.io\/*", "https:\/\/twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "manifest_version": 3 } |