아프리카tv 채팅 모아보기

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

아프리카tv 채팅 모아보기とは何ですか?

아프리카tv 채팅 모아보기はjunguj98によって開発されたChromeの拡張機能で、その主な機能は「보고싶은 채팅을 한번에 모아보세요!」です。

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

screenshot
screenshot

아프리카tv 채팅 모아보기拡張機能のCRXファイルをダウンロード

아프리카tv 채팅 모아보기拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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