Twitch Chat pronouns

Add Pronouns to Twitch Chat

什么是Twitch Chat pronouns?

Twitch Chat pronouns是由Alejo Pereyra开发的Chrome扩展程序,该扩展的主要功能是“Add Pronouns to Twitch Chat”。

扩展截图

screenshot

下载Twitch Chat pronouns扩展crx文件

下载Twitch Chat pronouns扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Twitch Chat pronouns Twitch Chat pronouns
ID agnfbjmjkdncblnkpkgoefbpogemfcii
官方URL https://chromewebstore.google.com/detail/twitch-chat-pronouns/agnfbjmjkdncblnkpkgoefbpogemfcii
简介 Add Pronouns to Twitch Chat
文件大小 102 KB
安装次数 85,821
当前版本 0.2.2
更新时间 2024-02-07
上架时间 2020-11-26
评分 4.31/5 共136次评分
开发者 Alejo Pereyra
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pronouns.alejo.io/
支持的语言 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
}