Twitch Chat pronouns
Add Pronouns to Twitch Chat
Cos'è Twitch Chat pronouns?
Twitch Chat pronouns è un'estensione di Chrome sviluppata da Alejo Pereyra, e la sua funzione principale è "Add Pronouns to Twitch Chat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Chat pronouns
Scarica i file di estensione Twitch Chat pronouns in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Twitch Chat pronouns |
ID | agnfbjmjkdncblnkpkgoefbpogemfcii |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-chat-pronouns/agnfbjmjkdncblnkpkgoefbpogemfcii |
Descrizione | Add Pronouns to Twitch Chat |
Dimensione del File | 102 KB |
Conteggio Installazioni | 85,821 |
Versione Corrente | 0.2.2 |
Ultimo Aggiornamento | 2024-02-07 |
Data di Pubblicazione | 2020-11-26 |
Valutazione | 4.31/5 Totale 136 Valutazioni |
Sviluppatore | Alejo Pereyra |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pronouns.alejo.io/ |
Lingue Supportate | 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 } |