Hide YouTube Shorts

Disable YouTube Shorts effortlessly with this powerful browser extension

什麼是Hide YouTube Shorts?

Hide YouTube Shorts是由Roni Shilop開發的Chrome擴展程式,該擴展的主要功能是“Disable YouTube Shorts effortlessly with this powerful browser extension”。

擴展截圖

screenshot
screenshot
screenshot

下載Hide YouTube Shorts擴展crx文件

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

擴展使用說明

                        With Hide YouTube Shorts you can;

• Disable YouTube Shorts on the Home, Trending, and Subscription feeds
• Disable YouTube Shorts in the Recommended list, Search results, and Notifications menu
• Disable the Shorts tab and Shorts videos on Channel pages
• Disable Lives and Premieres on the Home and Subscription pages
• Custom block list allows users to block content from specific channels
• Automatically play Shorts videos in a regular video format
..and much more

Customizable options that allow you to control where you want to show or hide Shorts videos

Also works on the mobile browser version of YouTube when installed with Kiwi Browser or another compatible browser                    

擴展基本資訊

名稱 Hide YouTube Shorts Hide YouTube Shorts
ID aljlkinhomaaahfdojalfmimeidofpih
官方網址 https://chromewebstore.google.com/detail/hide-youtube-shorts/aljlkinhomaaahfdojalfmimeidofpih
簡介 Disable YouTube Shorts effortlessly with this powerful browser extension
檔案大小 294 KB
安裝次數 72,548
目前版本 1.7.4.0
更新時間 2023-11-07
上架時間 2022-10-11
評分 3.99/5 共 554 次評分
開發者 Roni Shilop
電子郵箱 [email protected]
付費類型 free
支援的語言 de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Shorts",
    "manifest_version": 3,
    "version": "1.7.4.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/mobile.js"
            ]
        }
    ],
    "action": {
        "default_title": "Hide YouTube Shorts",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}