ShoutMatch

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

Co je ShoutMatch?

ShoutMatch je rozšíření Chrome vyvinuté https://brutefarce.net, a jeho hlavní funkcí je „Displays the most popular cheers, jeers, and emotes used by the stream viewers.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ShoutMatch

Stáhněte si soubory rozšíření ShoutMatch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ShoutMatch ShoutMatch
ID mnfckoipoonlebfjfonlmpepbgifmnhm
Oficiální URL https://chromewebstore.google.com/detail/shoutmatch/mnfckoipoonlebfjfonlmpepbgifmnhm
Popis Displays the most popular cheers, jeers, and emotes used by the stream viewers.
Velikost souboru 245 KB
Počet instalací 1,097
Aktuální Verze 2.0.9
Poslední Aktualizace 2023-03-24
Datum Vydání 2020-01-24
Hodnocení 4.70/5 Celkem 60 Hodnocení
Vývojář https://brutefarce.net
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.brutefarce.net/shoutmatch/
URL Stránky Nápovědy https://www.brutefarce.net/shoutmatch-privacy-policy/
URL Stránky Zásad Ochrany Soukromí https://www.brutefarce.net/shoutmatch-privacy-policy
Podporované Jazyky 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\/*"
    ]
}