Hide YouTube Shorts

Disable YouTube Shorts effortlessly with this powerful browser extension

Hide YouTube Shorts là gì?

Hide YouTube Shorts là một tiện ích mở rộng Chrome được phát triển bởi Roni Shilop, và tính năng chính của nó là "Disable YouTube Shorts effortlessly with this powerful browser extension".

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

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

                        With Hide YouTube Shorts you can;

• Disable YouTube Shorts on the Home, Trending, and Subscription feeds
• Disable YouTube Shorts in the Recommended list, Search results, and Notifications menu
• Disable the Shorts tab and Shorts videos on Channel pages
• Disable Lives and Premieres on the Home and Subscription pages
• Custom block list allows users to block content from specific channels
• Automatically play Shorts videos in a regular video format
..and much more

Customizable options that allow you to control where you want to show or hide Shorts videos

Also works on the mobile browser version of YouTube when installed with Kiwi Browser or another compatible browser                    

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

Tên Hide YouTube Shorts Hide YouTube Shorts
ID aljlkinhomaaahfdojalfmimeidofpih
URL Chính Thức https://chromewebstore.google.com/detail/hide-youtube-shorts/aljlkinhomaaahfdojalfmimeidofpih
Mô tả Disable YouTube Shorts effortlessly with this powerful browser extension
Kích Thước Tệp 294 KB
Số Lần Cài Đặt 72,548
Phiên Bản Hiện Tại 1.7.4.0
Cập Nhật Lần Cuối 2023-11-07
Ngày Phát Hành 2022-10-11
Đánh Giá 3.99/5 Tổng số 554 Đánh Giá
Nhà Phát Triển Roni Shilop
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Shorts",
    "manifest_version": 3,
    "version": "1.7.4.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/mobile.js"
            ]
        }
    ],
    "action": {
        "default_title": "Hide YouTube Shorts",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}