No More Shorts

Removes shorts from the youtube subscription page.

什麼是No More Shorts?

No More Shorts是由mncassel72開發的Chrome擴展程式,該擴展的主要功能是“Removes shorts from the youtube subscription page.”。

擴展截圖

screenshot

下載No More Shorts擴展crx文件

下載No More Shorts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        No More Shorts is a useful Chrome store extension designed to help you declutter your YouTube subscription page by removing Shorts. If you're tired of seeing Short videos in your YouTube subscription feed and want to focus on longer content, this extension can be a great solution.

Once installed, the Shorts Blocker automatically detects and removes all Short videos from your YouTube subscription page, allowing you to browse through your subscriptions without being interrupted by short-form videos. The extension is easy to use and requires no configuration or setup, making it a hassle-free way to get rid of Shorts.

With the Shorts Blocker, you can save time and reduce distractions, giving you more control over your YouTube viewing experience. You can also easily disable the extension if you want to view Shorts again, making it a flexible solution for your browsing needs.                    

擴展基本資訊

名稱 No More Shorts No More Shorts
ID jicaiccgelkodedacinlbpiddmkffjce
官方網址 https://chromewebstore.google.com/detail/no-more-shorts/jicaiccgelkodedacinlbpiddmkffjce
簡介 Removes shorts from the youtube subscription page.
檔案大小 7.57 KB
安裝次數 98
目前版本 1.0
更新時間 2023-02-21
上架時間 2023-02-20
評分 3.67/5 共 3 次評分
開發者 mncassel72
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No More Shorts",
    "description": "Removes shorts from the youtube subscription page.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}