Twitch Badge Collector - Collect Twitch Chat

Collect only the chats you want in Twitch Chat!

Twitch Badge Collector - Collect Twitch Chat क्या है?

Twitch Badge Collector - Collect Twitch Chat http://badgecollector.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect only the chats you want in Twitch Chat!"।

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

screenshot
screenshot

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

crx प्रारूप में Twitch Badge Collector - Collect Twitch Chat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Twitch Badge Collector (TBC)

* A new version has been released. This version will be supported until January 31, 2023. Please refer to the link below.

https://bit.ly/3zevWIi

[ Key Features ]

    - Collect Twitch chats by badge or nickname.
    - Filter Addon allows you to collect or exclude chats with specific users or badges.
    - Save chat as Image.
    - Channel point box auto-click.

For more information, see this link.
https://tbc.bluewarn.dev/

v 1.4.13 Changelog
    - Fix Twitch replay chat bug.

Available for Firefox : https://addons.mozilla.org/ko/firefox/addon/twitch-badge-collector/

===========================================================================

This extension is designed to improve the inconvenience of viewing the chat on twitch live broadcast.

Use this extension when you're sad to miss a particular chat from a streamer or other user on a Twitch channel because it's going up so fast!

When you install this program and enter the Twitch Live Chat screen, a line appears in the middle of the chat window to collect chats.

Depending on the program's settings, live chat will be collected & copied, and up to 100 such copied chat will remain.

If the program doesn't work properly or has any inconvenience or features you want, please email the developer via the "Contact the Developer" link on the right, or report through the Support or Review tab on this page.                    

एक्सटेंशन की मूल जानकारी

नाम Twitch Badge Collector - Collect Twitch Chat Twitch Badge Collector - Collect Twitch Chat
ID gnkpenemgdhdckabddlbcjlhplmhlhoj
आधिकारिक URL https://chrome.google.com/webstore/detail/gnkpenemgdhdckabddlbcjlhplmhlhoj
विवरण Collect only the chats you want in Twitch Chat!
फ़ाइल का आकार 132 KB
स्थापना संख्या 3,149
वर्तमान संस्करण 4.0.0
अंतिम अपडेट 2023-05-27
प्रकाशन तिथि 2021-01-15
रेटिंग 4.52/5 कुल 27 रेटिंग्स
डेवलपर http://badgecollector.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://discord.gg/ZM6Eazpz5V
सहायता पृष्ठ URL https://discord.gg/ZM6Eazpz5V
गोपनीयता नीति पृष्ठ URL https://privacy.badgecollector.dev
समर्थित भाषाएँ en,ru,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ExtensionName__",
    "version": "4.0.0",
    "description": "__MSG_ExtensionDesc__",
    "short_name": "TBC",
    "default_locale": "en",
    "icons": {
        "128": "public\/icons\/cc_icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "dist\/js\/extension_background.js"
    },
    "action": {
        "default_title": "Twitch Badge Collector",
        "default_popup": "public\/popup.html",
        "default_icon": {
            "128": "public\/icons\/cc_icon128.png"
        }
    }
}