Toggle YouTube Comments

Hides YouTube comments by default

Toggle YouTube Comments là gì?

Toggle YouTube Comments là một tiện ích mở rộng Chrome được phát triển bởi Dennis & Friends, và tính năng chính của nó là "Hides YouTube comments by default".

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

screenshot
screenshot
screenshot

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

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

                        Add this lightweight extension to disable/enable YouTube comments.

 • Works with the new and old YouTube
 • Flexibility to easily hide or show comments
 • Blends in with YouTube's user interface
 • Shows number of comments when hidden
 • No tracking, your privacy is important
 • Extremely small size - no bloat
 • Actively maintained
 • Open source code

See https://git.io/v5RgW for release notes.                    

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

Tên Toggle YouTube Comments Toggle YouTube Comments
ID ampjnmipdgicjjidohpkidhghakoidfm
URL Chính Thức https://chrome.google.com/webstore/detail/toggle%C2%A0youtube%C2%A0comments/ampjnmipdgicjjidohpkidhghakoidfm
Mô tả Hides YouTube comments by default
Kích Thước Tệp 8.03 KB
Số Lần Cài Đặt 479
Phiên Bản Hiện Tại 4.1.3
Cập Nhật Lần Cuối 2019-05-06
Ngày Phát Hành 2019-05-06
Đánh Giá 3.68/5 Tổng số 38 Đánh Giá
Nhà Phát Triển Dennis & Friends
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dideler/toggle-youtube-comments
URL Trang Trợ Giúp https://github.com/dideler/toggle-youtube-comments
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_desc__",
    "version": "4.1.3",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "youtube.css"
            ],
            "run_at": "document_end"
        }
    ]
}