Hide YouTube Comments

Hides all user comments on YouTube. There is no option or button to show the comments again.

Hide YouTube Comments là gì?

Hide YouTube Comments là một tiện ích mở rộng Chrome được phát triển bởi Extensions, và tính năng chính của nó là "Hides all user comments on YouTube. There is no option or button to show the comments again.".

Ả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 Hide YouTube Comments

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

                        Hides all user comments on YouTube. There is no option or button to show the comments again.                    

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

Tên Hide YouTube Comments Hide YouTube Comments
ID hdlhdkchhhieipniibccdefnoobiaapf
URL Chính Thức https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf
Mô tả Hides all user comments on YouTube. There is no option or button to show the comments again.
Kích Thước Tệp 9.26 KB
Số Lần Cài Đặt 350
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2023-03-19
Ngày Phát Hành 2021-03-31
Đánh Giá 5.00/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Extensions
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://sites.google.com/view/capcut-privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Comments",
    "version": "2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "youtube.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    }
}