ShoutMatch

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

ShoutMatch क्या है?

ShoutMatch https://brutefarce.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the most popular cheers, jeers, and emotes used by the stream viewers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ShoutMatch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}