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によって開発されたChromeの拡張機能で、その主な機能は「Collect only the chats you want in Twitch Chat!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Twitch Badge Collector - Collect Twitch Chat拡張機能のCRXファイルをダウンロード

Twitch Badge Collector - Collect Twitch Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    }
}