아프리카tv 채팅 모아보기

보고싶은 채팅을 한번에 모아보세요!

아프리카tv 채팅 모아보기란 무엇입니까?

아프리카tv 채팅 모아보기은(는) junguj98에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "보고싶은 채팅을 한번에 모아보세요!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

아프리카tv 채팅 모아보기 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        BJ, 매니저, 열혈팬, 구독자, 팬 및 기타 시청자의 채팅을 따로 모아볼 수 있습니다.                    

확장 프로그램 기본 정보

이름 아프리카tv 채팅 모아보기 아프리카tv 채팅 모아보기
ID oenmfbheogigcgbiadciifkdoldkggen
공식 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%AA%A8%EC%95%84%EB%B3%B4%EA%B8%B0/oenmfbheogigcgbiadciifkdoldkggen
설명 보고싶은 채팅을 한번에 모아보세요!
파일 크기 97.08 KB
설치 횟수 383
현재 버전 1.1.0
최근 업데이트 2022-05-26
출시 날짜 2022-05-22
평점 4.70/5 총 10 개의 평점
개발자 junguj98
이메일 [email protected]
결제 유형 free
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "\uc544\ud504\ub9ac\uce74tv \ucc44\ud305 \ubaa8\uc544\ubcf4\uae30",
    "name": "\uc544\ud504\ub9ac\uce74tv \ucc44\ud305 \ubaa8\uc544\ubcf4\uae30",
    "description": "\ubcf4\uace0\uc2f6\uc740 \ucc44\ud305\uc744 \ud55c\ubc88\uc5d0 \ubaa8\uc544\ubcf4\uc138\uc694!",
    "manifest_version": 3,
    "version": "1.1.0",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "\uc544\ud504\ub9ac\uce74tv \ucc44\ud305 \ubaa8\uc544\ubcf4\uae30"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/play.afreecatv.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.afreecatv.com\/*"
            ],
            "all-frames": true,
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}