WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Youtube-shorts block

Youtube-shorts block

View on Chrome Web Store
View Youtube-shorts block Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (817 ratings)
5 new ratings
0 views
This extension has been viewed 0 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.

Play the Youtube shorts video as if it were a normal video.
Type
Extension
Users
200,000 users
100K
doma_itachi
View author page of doma_itachi
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 3, 2022
Version 1.5.3
Manifest version
3
Updated
Updated on September 23, 2024
lifestyle/fun
Extension Category
View on Chrome Web Store
View Youtube-shorts block 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": "Youtube-shorts block",
    "version": "1.5.3",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "icons": {
        "32": "assets\/icon32.png",
        "64": "assets\/icon64.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "32": "assets\/icon32.png",
            "64": "assets\/icon64.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "Youtube-shorts block",
        "default_popup": "popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/to_normal.svg"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}
© 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