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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}