Twitch Chat pronouns
Add Pronouns to Twitch Chat
Vad är Twitch Chat pronouns?
Twitch Chat pronouns är en Chrome-tillägg utvecklad av Alejo Pereyra, och dess huvudfunktion är "Add Pronouns to Twitch Chat".
Tilläggsskärmbilder
Ladda ner Twitch Chat pronouns-förlängningens CRX-fil
Ladda ner Twitch Chat pronouns-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | agnfbjmjkdncblnkpkgoefbpogemfcii |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitch-chat-pronouns/agnfbjmjkdncblnkpkgoefbpogemfcii |
| Beskrivning | Add Pronouns to Twitch Chat |
| Filstorlek | 102 KB |
| Antal Installationer | 85,821 |
| Aktuell Version | 0.2.2 |
| Senast Uppdaterad | 2024-02-07 |
| Publiceringsdatum | 2020-11-26 |
| Betyg | 4.31/5 Totalt 136 Betyg |
| Utvecklare | Alejo Pereyra |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://pronouns.alejo.io/ |
| Stödda Språk | 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
} | |