Twitch Chat pronouns
Add Pronouns to Twitch Chat
Was ist Twitch Chat pronouns?
Twitch Chat pronouns ist eine Chrome-Erweiterung, die von Alejo Pereyra entwickelt wurde, und ihr Hauptmerkmal ist "Add Pronouns to Twitch Chat".
Erweiterungsscreenshots
Twitch Chat pronouns-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twitch Chat pronouns-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | agnfbjmjkdncblnkpkgoefbpogemfcii |
| Offizielle URL | https://chromewebstore.google.com/detail/twitch-chat-pronouns/agnfbjmjkdncblnkpkgoefbpogemfcii |
| Beschreibung | Add Pronouns to Twitch Chat |
| Dateigröße | 102 KB |
| Installationsanzahl | 85,821 |
| Aktuelle Version | 0.2.2 |
| Letztes Update | 2024-02-07 |
| Veröffentlichungsdatum | 2020-11-26 |
| Bewertung | 4.31/5 Insgesamt 136 Bewertungen |
| Entwickler | Alejo Pereyra |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://pronouns.alejo.io/ |
| Unterstützte Sprachen | 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
} | |