ShoutMatch

Displays the most popular cheers, jeers, and emotes used by the stream viewers.

什么是ShoutMatch?

ShoutMatch是由https://brutefarce.net开发的Chrome扩展程序,该扩展的主要功能是“Displays the most popular cheers, jeers, and emotes used by the stream viewers.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载ShoutMatch扩展crx文件

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

扩展使用说明

                        ShoutMatch (previously known as CrowdCast) fits in your Twitch chat window and shows you the most popular phrases being said in real-time. When users write messages, ShoutMatch's algorithm finds and shows the most recent trending phrases. Phrases and emotes grow in size and intensity as their popularity increases, so you always know what the crowd is thinking.

Features
* Fullscreen mode overlays the extension on to the stream so you can stay up to date on chat at all times.
* View KPM and total usage stats for every emote used in the stream.
* Click on a phrase bubble to see all the different chat lines which mentioned that phrase.
* Create watch panels that can filter the chat based on role (broadcaster, mod, etc), username, or phrase.
* Create polls that pull votes directly from chat messages.
* Compatible with BTTV and FrankerFaceZ.                    

扩展基本信息

名称 ShoutMatch ShoutMatch
ID mnfckoipoonlebfjfonlmpepbgifmnhm
官方URL https://chromewebstore.google.com/detail/shoutmatch/mnfckoipoonlebfjfonlmpepbgifmnhm
简介 Displays the most popular cheers, jeers, and emotes used by the stream viewers.
文件大小 245 KB
安装次数 1,097
当前版本 2.0.9
更新时间 2023-03-24
上架时间 2020-01-24
评分 4.70/5 共60次评分
开发者 https://brutefarce.net
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.brutefarce.net/shoutmatch/
帮助页面URL https://www.brutefarce.net/shoutmatch-privacy-policy/
隐私政策页面URL https://www.brutefarce.net/shoutmatch-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShoutMatch",
    "description": "Displays the most popular cheers, jeers, and emotes used by the stream viewers.",
    "version": "2.0.9",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.brutefarce.net\/shoutmatch",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "ShoutMatch-vendor.js",
                "ShoutMatch.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*",
        "styles\/*",
        "templates\/*",
        "settings\/*"
    ]
}