ShortsBlocker - Remove Shorts from YouTube

Remove Shorts videos from Youtube

ShortsBlocker - Remove Shorts from YouTube là gì?

ShortsBlocker - Remove Shorts from YouTube là một tiện ích mở rộng Chrome được phát triển bởi SageMod, và tính năng chính của nó là "Remove Shorts videos from Youtube".

Ả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 ShortsBlocker - Remove Shorts from YouTube

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

                        Remove All Shorts Videos from YouTube.

This extension removes all the shorts videos from the YouTube homepage, tabs, search, explore and also subscriptions.

# Update 1.5.0 - August 19, 2023
- Optimized the algorithm that detects and removes YouTube Shorts from feeds to work faster. This should result in Shorts being removed more quickly after being identified.
- Refactored the core code to improve overall performance and reduce memory usage.

Request new features or found a bug? Tweet at https://twitter.com/ravensmove

Buy Me A Coffee: https://www.buymeacoffee.com/ravensmove

Love the extension? Give us a rating!

FAQ:
1. What information do you collect?
We do not collect any personal data.

Stay in touch:
Follow us on Twitter: https://twitter.com/ravensmove                    

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

Tên ShortsBlocker - Remove Shorts from YouTube ShortsBlocker - Remove Shorts from YouTube
ID oahiolknhkbpcolgnpljehalnhblolkm
URL Chính Thức https://chromewebstore.google.com/detail/shortsblocker-remove-shor/oahiolknhkbpcolgnpljehalnhblolkm
Mô tả Remove Shorts videos from Youtube
Kích Thước Tệp 413 KB
Số Lần Cài Đặt 34,422
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2023-08-21
Ngày Phát Hành 2022-08-16
Đánh Giá 4.60/5 Tổng số 176 Đánh Giá
Nhà Phát Triển SageMod
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ravensmove.com/shortsblocker/
URL Trang Trợ Giúp https://twitter.com/RavensMove
URL Trang Chính Sách Bảo Mật https://ravensmove.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShortsBlocker - Remove Shorts from YouTube",
    "description": "Remove Shorts videos from Youtube",
    "version": "1.5.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/index.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "ShortsBlocker - Remove Shorts from YouTube",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}