YouTube™ Chat Remover

Removes YouTube's live chat box

YouTube™ Chat Remover là gì?

YouTube™ Chat Remover là một tiện ích mở rộng Chrome được phát triển bởi nikosardas.dev, và tính năng chính của nó là "Removes YouTube's live chat box".

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

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

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

                        A toggle button for hiding YouTube's live chat box by default.                    

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

Tên YouTube™ Chat Remover YouTube™ Chat Remover
ID epifmfofapbgjhakoppjalnhkciakpgj
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-chat-remover/epifmfofapbgjhakoppjalnhkciakpgj
Mô tả Removes YouTube's live chat box
Kích Thước Tệp 10.42 KB
Số Lần Cài Đặt 143
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2022-02-09
Ngày Phát Hành 2019-09-18
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển nikosardas.dev
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/nikosardas-dev/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Chat Remover",
    "manifest_version": 3,
    "version": "1.4.2",
    "description": "Removes YouTube's live chat box",
    "icons": {
        "128": "onIcon.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "onIcon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ]
}