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
电子邮箱 [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"
        }
    }
}