ShortsBlocker - Remove Shorts from YouTube

Remove Shorts videos from Youtube

ShortsBlocker - Remove Shorts from YouTubeとは何ですか?

ShortsBlocker - Remove Shorts from YouTubeはSageModによって開発されたChromeの拡張機能で、その主な機能は「Remove Shorts videos from Youtube」です。

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

screenshot
screenshot
screenshot

ShortsBlocker - Remove Shorts from YouTube拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Remove All Shorts Videos from YouTube.

This extension removes all the shorts videos from the YouTube homepage, tabs, search, explore and also subscriptions.

# Update 1.5.0 - August 19, 2023
- Optimized the algorithm that detects and removes YouTube Shorts from feeds to work faster. This should result in Shorts being removed more quickly after being identified.
- Refactored the core code to improve overall performance and reduce memory usage.

Request new features or found a bug? Tweet at https://twitter.com/ravensmove

Buy Me A Coffee: https://www.buymeacoffee.com/ravensmove

Love the extension? Give us a rating!

FAQ:
1. What information do you collect?
We do not collect any personal data.

Stay in touch:
Follow us on Twitter: https://twitter.com/ravensmove                    

拡張機能の基本情報

名前 ShortsBlocker - Remove Shorts from YouTube ShortsBlocker - Remove Shorts from YouTube
ID oahiolknhkbpcolgnpljehalnhblolkm
公式URL https://chromewebstore.google.com/detail/shortsblocker-remove-shor/oahiolknhkbpcolgnpljehalnhblolkm
説明 Remove Shorts videos from Youtube
ファイルサイズ 413 KB
インストール数 34,422
現在のバージョン 1.5.0
最終更新日 2023-08-21
公開日 2022-08-16
評価 4.60/5 合計 176 レビュー
開発者 SageMod
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ravensmove.com/shortsblocker/
ヘルプページのURL https://twitter.com/RavensMove
プライバシーポリシーページのURL https://ravensmove.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShortsBlocker - Remove Shorts from YouTube",
    "description": "Remove Shorts videos from Youtube",
    "version": "1.5.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/index.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "ShortsBlocker - Remove Shorts from YouTube",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}