YouTube Shorts Remover

A lightweight extension that removes the youtube shorts button on the sidebar.

YouTube Shorts Removerとは何ですか?

YouTube Shorts RemoverはLaith Alayassaによって開発されたChromeの拡張機能で、その主な機能は「A lightweight extension that removes the youtube shorts button on the sidebar.」です。

拡張機能のスクリーンショット

screenshot
screenshot

YouTube Shorts Remover拡張機能のCRXファイルをダウンロード

YouTube Shorts Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you unconsciously (or consciously) press the shorts button, and find 45 minutes of your life just disappear, this might help you avoid that.

This extension removes the shorts tab button so that you don't click it.                    

拡張機能の基本情報

名前 YouTube Shorts Remover YouTube Shorts Remover
ID jcbjhgdapmnpgcogifboiepkpdpacipj
公式URL https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj
説明 A lightweight extension that removes the youtube shorts button on the sidebar.
ファイルサイズ 8.4 KB
インストール数 934
現在のバージョン 0.0.3
最終更新日 2023-11-21
公開日 2022-07-27
評価 3.33/5 合計 3 レビュー
開発者 Laith Alayassa
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Shorts Remover",
    "description": "A lightweight extension that removes the youtube shorts button on the sidebar.",
    "version": "0.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "remover.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}