MaxChat

Wide chat area for YouTube Live

MaxChat란 무엇입니까?

MaxChat은(는) https://null.style에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wide chat area for YouTube Live"입니다.

확장 프로그램 스크린샷

screenshot

MaxChat 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ◆features
This extension spread YouTube Live chat area to the bottom of the browser. 
You can also press the refresh button to reload the comments.

◆If you find a problem
Please contact me on Twitter (@nulltypo).
I can't respond to reviews.

◆Disclaimer
I'm not responsible for any loss or damage caused by this extension.                    

확장 프로그램 기본 정보

이름 MaxChat MaxChat
ID hgfdknfjakjkmdhmcndaajebcfhkodll
공식 URL https://chromewebstore.google.com/detail/maxchat/hgfdknfjakjkmdhmcndaajebcfhkodll
설명 Wide chat area for YouTube Live
파일 크기 51.95 KB
설치 횟수 6,716
현재 버전 2.4.3
최근 업데이트 2024-02-28
출시 날짜 2020-05-20
평점 4.92/5 총 37 개의 평점
개발자 https://null.style
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://null.style
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MaxChat",
    "version": "2.4.3",
    "author": "@nulltypo",
    "manifest_version": 3,
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "refresh.svg"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "mc.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}