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
公式URL 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
Eメール [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"
    }
}