ShoutMatch

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

ShoutMatch là gì?

ShoutMatch là một tiện ích mở rộng Chrome được phát triển bởi https://brutefarce.net, và tính năng chính của nó là "Displays the most popular cheers, jeers, and emotes used by the stream viewers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ShoutMatch

Tải xuống các tệp mở rộng ShoutMatch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ShoutMatch ShoutMatch
ID mnfckoipoonlebfjfonlmpepbgifmnhm
URL Chính Thức https://chromewebstore.google.com/detail/shoutmatch/mnfckoipoonlebfjfonlmpepbgifmnhm
Mô tả Displays the most popular cheers, jeers, and emotes used by the stream viewers.
Kích Thước Tệp 245 KB
Số Lần Cài Đặt 1,097
Phiên Bản Hiện Tại 2.0.9
Cập Nhật Lần Cuối 2023-03-24
Ngày Phát Hành 2020-01-24
Đánh Giá 4.70/5 Tổng số 60 Đánh Giá
Nhà Phát Triển https://brutefarce.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.brutefarce.net/shoutmatch/
URL Trang Trợ Giúp https://www.brutefarce.net/shoutmatch-privacy-policy/
URL Trang Chính Sách Bảo Mật https://www.brutefarce.net/shoutmatch-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}