Really Hide YouTube Shorts

A very simple plugin to hide all YouTube Shorts. Created by Zero.

Really Hide YouTube Shorts là gì?

Really Hide YouTube Shorts là một tiện ích mở rộng Chrome được phát triển bởi Zero, và tính năng chính của nó là "A very simple plugin to hide all YouTube Shorts. Created by Zero.".

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

screenshot
screenshot

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

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

                        A very simple plugin to hide all YouTube Shorts from the YouTube homepage and recommended pages. Lightweight and can be toggled on/off when needed. Does not collect any data or track any of your actions.

Hopefully YouTube will add this as a standard feature, until then I will keep updating the plugin.

Any issues, please feel free to contact me on Discord - https://discord.gg/JVhc2TgR4v                    

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

Tên Really Hide YouTube Shorts Really Hide YouTube Shorts
ID kjkiajelmfimihhmiggjjcaibjmlbcpf
URL Chính Thức https://chromewebstore.google.com/detail/really-hide-youtube-short/kjkiajelmfimihhmiggjjcaibjmlbcpf
Mô tả A very simple plugin to hide all YouTube Shorts. Created by Zero.
Kích Thước Tệp 188 KB
Số Lần Cài Đặt 264
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-08-23
Ngày Phát Hành 2023-08-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Zero
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Really Hide YouTube Shorts",
    "manifest_version": 3,
    "version": "1.0.3",
    "description": "A very simple plugin to hide all YouTube Shorts. Created by Zero.",
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "action": {
        "default_title": "Really Hide YouTube Shorts",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/hide.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}