Shorts Blocker

Removes Shorts from the home page, subscriptions page, and the search results in Youtube.

Shorts Blocker là gì?

Shorts Blocker là một tiện ích mở rộng Chrome được phát triển bởi Umut Seven, và tính năng chính của nó là "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.".

Ả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 Shorts Blocker

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

                        Requirements: Chrome 105 and above

Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? 

Introducing, the Shorts Blocker;  a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results.

The entire project is open source, with no data collection, no ads, and no tracking.                    

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

Tên Shorts Blocker Shorts Blocker
ID ckagfhpboagdopichicnebandlofghbc
URL Chính Thức https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc
Mô tả Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
Kích Thước Tệp 9.3 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2023-11-09
Ngày Phát Hành 2023-05-02
Đánh Giá 4.38/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Umut Seven
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/umutseven92/shorts-blocker
URL Trang Trợ Giúp https://github.com/umutseven92/shorts-blocker/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shorts Blocker",
    "version": "3.2",
    "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/blocker.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}