MaxChat

Wide chat area for YouTube Live

MaxChat là gì?

MaxChat là một tiện ích mở rộng Chrome được phát triển bởi https://null.style, và tính năng chính của nó là "Wide chat area for YouTube Live".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MaxChat

Tải xuống các tệp mở rộng MaxChat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ◆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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MaxChat MaxChat
ID hgfdknfjakjkmdhmcndaajebcfhkodll
URL Chính Thức https://chromewebstore.google.com/detail/maxchat/hgfdknfjakjkmdhmcndaajebcfhkodll
Mô tả Wide chat area for YouTube Live
Kích Thước Tệp 51.95 KB
Số Lần Cài Đặt 6,716
Phiên Bản Hiện Tại 2.4.3
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2020-05-20
Đánh Giá 4.92/5 Tổng số 37 Đánh Giá
Nhà Phát Triển https://null.style
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://null.style
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}