Remove YouTube Shorts

讓原本習慣點訂閱內容的人不要誤點Shorts

Remove YouTube Shorts là gì?

Remove YouTube Shorts là một tiện ích mở rộng Chrome được phát triển bởi fankaihsiang11, và tính năng chính của nó là "讓原本習慣點訂閱內容的人不要誤點Shorts".

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

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

                        Hide YouTube Shorts Link so that user used to click subscriptions don't miss click Shorts.
把Shorts隱藏掉讓原本習慣點訂閱內容的人不要誤點Shorts。                    

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

Tên Remove YouTube Shorts Remove YouTube Shorts
ID mencefghapocgobfmhgblcofoopingbf
URL Chính Thức https://chrome.google.com/webstore/detail/remove-youtube-shorts/mencefghapocgobfmhgblcofoopingbf
Mô tả 讓原本習慣點訂閱內容的人不要誤點Shorts
Kích Thước Tệp 26.95 KB
Số Lần Cài Đặt 2,292
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-03-01
Ngày Phát Hành 2022-02-24
Đánh Giá 3.72/5 Tổng số 29 Đánh Giá
Nhà Phát Triển fankaihsiang11
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove YouTube Shorts",
    "description": "\u8b93\u539f\u672c\u7fd2\u6163\u9ede\u8a02\u95b1\u5167\u5bb9\u7684\u4eba\u4e0d\u8981\u8aa4\u9edeShorts",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "removeShorts.css"
            ]
        }
    ]
}