ShortsBlocker - Remove Shorts from YouTube

Remove Shorts videos from Youtube

What is ShortsBlocker - Remove Shorts from YouTube?

ShortsBlocker - Remove Shorts from YouTube is a Chrome extension developed by SageMod, and its main feature is "Remove Shorts videos from Youtube".

Extension Screenshots

screenshot
screenshot
screenshot

Download ShortsBlocker - Remove Shorts from YouTube Extension CRX File

Download ShortsBlocker - Remove Shorts from YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ShortsBlocker - Remove Shorts from YouTube ShortsBlocker - Remove Shorts from YouTube
ID oahiolknhkbpcolgnpljehalnhblolkm
Official URL https://chromewebstore.google.com/detail/shortsblocker-remove-shor/oahiolknhkbpcolgnpljehalnhblolkm
Description Remove Shorts videos from Youtube
File Size 413 KB
Installation Count 34,422
Current Version 1.5.0
Last Updated 2023-08-21
Publish Date 2022-08-16
Rating 4.60/5 Total 176 Ratings
Developer SageMod
Email [email protected]
Payment Type free
Extension Website https://ravensmove.com/shortsblocker/
Help Page URL https://twitter.com/RavensMove
Privacy Policy Page URL https://ravensmove.com/privacy-policy
Supported Languages 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"
        }
    }
}