아프리카TV 채팅매니저
채팅 UI 변경 및 매니저 기능 강화
What is 아프리카TV 채팅매니저?
아프리카TV 채팅매니저 is a Chrome extension developed by 플랩, and its main feature is "채팅 UI 변경 및 매니저 기능 강화".
Extension Screenshots
Download 아프리카TV 채팅매니저 Extension CRX File
Download 아프리카TV 채팅매니저 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
[2월 5일 아프리카TV 채팅창UI 변경됨에 따라 1.31 이상 버전으로 반드시 업데이트 해주세요] 아프리카TV 채팅창의 UI를 개선하여 채팅창의 가독성을 높여주고 사용자가 다양한 형태로 설정할 수 있는 기능을 제공합니다. 또한 채팅 매니저에게 도움이 되는 다양한 기능과 편의 기능을 제공합니다. [일반 사용자 주요기능] - 웹플레이어 레이아웃 개선 - 채팅창 사이즈 조절 범위 개선 - 상단바 ON/OFF - 귓속말 메신저 - 등급별 채팅 표시 - 아이디, 후원 알림, 성별, 구독, 등급, 기타뱃지 ON/OFF - 두줄 표시 - 채팅 시작라인 정렬 - 닉네임 랜덤 색상 - 등급별 채팅 색상 - 주요 채팅 상단에 고정 표시 - 단어 필터링 알림 - 자주 쓰는 채팅 단축 버튼 [매니저 관리 주요 기능] - 마우스 오버 관리 메뉴 (채금,강퇴,경고,채팅검색,채팅고정 등) - 채금, 강퇴 횟수 표시 및 기록 보기 - 후원 채팅 고정 (후원한 시청자의 채팅을 상단에 고정 표시) - 후원 단축버튼 (묻힘 방지) - 입장, 후원, 구독 자동인사 - 자동답변 (명령어) - 자동관리 (특정 단어 입력시 채금, 강퇴) - 매크로 - 채팅 검색 - 채팅 투표 (채팅창에 숫자 또는 항목 입력시 자동 투표) - 채팅 순위 (채팅창에 입력된 단어들을 순위로 표시) - 방송 정표 표시 [상세 설명] https://bj.afreecatv.com/darkyop/post/114415279 ※ 이전 매니저도우미와 동시에 사용할 수 없습니다. 이전 매니저도우미는 아래 링크를 참고하여 삭제해주세요. https://bj.afreecatv.com/darkyop/post/114415279 ※ 다른 아프리카TV 채팅창 관련 확장프로그램을 동시에 사용시 충돌이 발생할 수 있으니 제거 후 사용해주세요.
Extension Basic Information
Name | 아프리카TV 채팅매니저 |
ID | naklcngbockoalimidnmlnnmfdangjfo |
Official URL | https://chromewebstore.google.com/detail/%EC%95%84%ED%94%84%EB%A6%AC%EC%B9%B4tv-%EC%B1%84%ED%8C%85%EB%A7%A4%EB%8B%88%EC%A0%80/naklcngbockoalimidnmlnnmfdangjfo |
Description | 채팅 UI 변경 및 매니저 기능 강화 |
File Size | 800 KB |
Installation Count | 7,029 |
Current Version | 1.46 |
Last Updated | 2024-03-03 |
Publish Date | 2024-01-25 |
Rating | 5.00/5 Total 8 Ratings |
Developer | 플랩 |
[email protected] | |
Payment Type | free |
Extension Website | https://bj.afreecatv.com/darkyop/post/10451784 |
Help Page URL | https://bj.afreecatv.com/darkyop/posts/1225438 |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\uc544\ud504\ub9ac\uce74TV \ucc44\ud305\ub9e4\ub2c8\uc800", "description": "\ucc44\ud305 UI \ubcc0\uacbd \ubc0f \ub9e4\ub2c8\uc800 \uae30\ub2a5 \uac15\ud654", "version": "1.46", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_icon": { "16": "image\/icon_16.png", "32": "image\/icon_32.png", "48": "image\/icon_48.png", "128": "image\/icon_128.png" }, "default_title": "\uc544\ud504\ub9ac\uce74TV \ucc44\ud305\ub9e4\ub2c8\uc800" }, "icons": { "16": "image\/icon_16.png", "32": "image\/icon_32.png", "48": "image\/icon_48.png", "128": "image\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/play.afreecatv.com\/*" ], "js": [ "js\/load.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "js\/*", "css\/*", "vendor\/*", "webfonts\/*", "webfonts\/*.woff2", "webfonts\/*.ttf" ], "matches": [ "https:\/\/play.afreecatv.com\/*" ] } ] } |