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