Twitch Chat pronouns

Add Pronouns to Twitch Chat

What is Twitch Chat pronouns?

Twitch Chat pronouns is a Chrome extension developed by Alejo Pereyra, and its main feature is "Add Pronouns to Twitch Chat".

Extension Screenshots

screenshot

Download Twitch Chat pronouns Extension CRX File

Download Twitch Chat pronouns extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Twitch Chat pronouns Twitch Chat pronouns
ID agnfbjmjkdncblnkpkgoefbpogemfcii
Official URL https://chromewebstore.google.com/detail/twitch-chat-pronouns/agnfbjmjkdncblnkpkgoefbpogemfcii
Description Add Pronouns to Twitch Chat
File Size 102 KB
Installation Count 85,821
Current Version 0.2.2
Last Updated 2024-02-07
Publish Date 2020-11-26
Rating 4.31/5 Total 136 Ratings
Developer Alejo Pereyra
Email [email protected]
Payment Type free
Extension Website https://pronouns.alejo.io/
Supported Languages 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
}