YouTube Members' Chat Filter

Adds a menu to the YouTube chat section where only chats by members are visible.

YouTube Members' Chat Filter là gì?

YouTube Members' Chat Filter là một tiện ích mở rộng Chrome được phát triển bởi kudohamu, và tính năng chính của nó là "Adds a menu to the YouTube chat section where only chats by members are visible.".

Ả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 YouTube Members' Chat Filter

Tải xuống các tệp mở rộng YouTube Members' Chat Filter 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

                        Add a menu to the YouTube chat section to show only members' chats.

Many of the users who troll or chat unpleasantly on YouTube are users who are not fans of the streamer enough to become members.
This extension will help keep your mental health clean by allowing you to see only members' chats.                    

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

Tên YouTube Members' Chat Filter YouTube Members' Chat Filter
ID dhmbhehcgemcdcjlfmigebgdjjnconhi
URL Chính Thức https://chromewebstore.google.com/detail/youtube-members-chat-filt/dhmbhehcgemcdcjlfmigebgdjjnconhi
Mô tả Adds a menu to the YouTube chat section where only chats by members are visible.
Kích Thước Tệp 11.91 KB
Số Lần Cài Đặt 428
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-06-04
Ngày Phát Hành 2021-05-16
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển kudohamu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kudohamu/youtube-members-chat-filter-extension
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Members' Chat Filter",
    "version": "1.0.0",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/live_chat?*",
                "https:\/\/www.youtube.com\/live_chat_replay?*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/icon.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}