WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Remove YouTube Shorts

Remove YouTube Shorts

View on Chrome Web Store
View Remove YouTube Shorts Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (357 ratings)
1 new ratings
8 views
This extension has been viewed 8 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Removes YouTube Shorts and prevents you from wasting your precious time.
Type
Extension
Users
100,000 users
5K
ArkTech
View author page of ArkTech
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 26, 2023
Version 2.1.2
Manifest version
3
Updated
Updated on May 13, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Remove YouTube Shorts Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove YouTube Shorts",
    "version": "2.1.2",
    "description": "Removes YouTube Shorts and prevents you from wasting your precious time.",
    "icons": {
        "128": "icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
        }
    ],
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Remove Youtube Shorts",
        "default_popup": "popup.html"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top