ShoutMatch

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

¿Qué es ShoutMatch?

ShoutMatch es una extensión de Chrome desarrollada por https://brutefarce.net, y su función principal es "Displays the most popular cheers, jeers, and emotes used by the stream viewers.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ShoutMatch

Descarga archivos de extensión ShoutMatch en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ShoutMatch ShoutMatch
ID mnfckoipoonlebfjfonlmpepbgifmnhm
URL Oficial https://chromewebstore.google.com/detail/shoutmatch/mnfckoipoonlebfjfonlmpepbgifmnhm
Descripción Displays the most popular cheers, jeers, and emotes used by the stream viewers.
Tamaño del Archivo 245 KB
Cantidad de Instalaciones 1,097
Versión Actual 2.0.9
Última Actualización 2023-03-24
Fecha de Publicación 2020-01-24
Calificación 4.70/5 Total de 60 Calificaciones
Desarrollador https://brutefarce.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.brutefarce.net/shoutmatch/
URL de la Página de Ayuda https://www.brutefarce.net/shoutmatch-privacy-policy/
URL de la Página de Política de Privacidad https://www.brutefarce.net/shoutmatch-privacy-policy
Idiomas Soportados 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\/*"
    ]
}