WebExtension.net
WebExtension.net

Youtube-shorts block

View on Chrome Web Store
View Youtube-shorts block Chrome Extension on Chrome Web Store
4.6 (721 ratings)

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
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
View on Chrome Web Store
View Youtube-shorts block Chrome Extension on Chrome Web Store
lifestyle/fun
Extension Category

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\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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