YouTube Rabbit Hole Sealant

Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.

YouTube Rabbit Hole Sealant là gì?

YouTube Rabbit Hole Sealant là một tiện ích mở rộng Chrome được phát triển bởi ezeYaniv, và tính năng chính của nó là "Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.".

Ả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 Rabbit Hole Sealant

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

                        This Chrome extension hides some of YouTube's most attention-grabbing, time-wasting components: the 'suggested videos' sidebar and the comment section.

Clicking the extension icon allows you to quickly toggle the following options:
  •  Show or hide the 'suggested videos' sidebar
  •  Show or hide the comment section                    

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

Tên YouTube Rabbit Hole Sealant YouTube Rabbit Hole Sealant
ID pljkdepedlaeibebpmkckpefajpjkcak
URL Chính Thức https://chromewebstore.google.com/detail/youtube-rabbit-hole-seala/pljkdepedlaeibebpmkckpefajpjkcak
Mô tả Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.
Kích Thước Tệp 27.64 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-08-21
Ngày Phát Hành 2021-08-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ezeYaniv
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Rabbit Hole Sealant",
    "description": "Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/images\/RabbitHoleSealantLogo_Rect_16.png",
        "24": "assets\/images\/RabbitHoleSealantLogo_Rect_24.png",
        "32": "assets\/images\/RabbitHoleSealantLogo_Rect_32.png",
        "48": "assets\/images\/RabbitHoleSealantLogo_Rect_48.png",
        "128": "assets\/images\/RabbitHoleSealantLogo_Rect_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "assets\/js\/hideComponents.js"
            ]
        }
    ],
    "action": {
        "default_title": "Rabbit Hole Sealant: make YouTube less addicting",
        "default_icon": {
            "16": "assets\/images\/RabbitHoleSealantLogo_Rect_16.png",
            "24": "assets\/images\/RabbitHoleSealantLogo_Rect_24.png",
            "32": "assets\/images\/RabbitHoleSealantLogo_Rect_32.png",
            "48": "assets\/images\/RabbitHoleSealantLogo_Rect_48.png",
            "128": "assets\/images\/RabbitHoleSealantLogo_Rect_128.png"
        },
        "default_popup": "assets\/popup\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}