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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}