Block Shorts - No more unwanted Shorts

Remove Shorts from your YouTube desktop experience.

What is Block Shorts - No more unwanted Shorts?

Block Shorts - No more unwanted Shorts is a Chrome extension developed by arthur.joppart, and its main feature is "Remove Shorts from your YouTube desktop experience.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Block Shorts - No more unwanted Shorts Extension CRX File

Download Block Shorts - No more unwanted Shorts 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

                        This extension gives you the possibility to hide all unwanted YouTube Shorts by simply flipping a switch on the top of the page.                    

Extension Basic Information

Name Block Shorts - No more unwanted Shorts Block Shorts - No more unwanted Shorts
ID adbkiegjafadlmleigmjongmcadeghmo
Official URL https://chromewebstore.google.com/detail/block-shorts-no-more-unwa/adbkiegjafadlmleigmjongmcadeghmo
Description Remove Shorts from your YouTube desktop experience.
File Size 9.61 KB
Installation Count 64
Current Version 1.4
Last Updated 2023-06-13
Publish Date 2022-10-26
Rating 5.00/5 Total 1 Ratings
Developer arthur.joppart
Email [email protected]
Payment Type free
Extension Website https://github.com/BelgianNoise/remove-yt-shorts-chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block Shorts - No more unwanted Shorts",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Remove Shorts from your YouTube desktop experience.",
    "permissions": [],
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}