WebExtension.net
WebExtension.net

Disable YouTube Shorts

View on Chrome Web Store
View Disable YouTube Shorts Chrome Extension on Chrome Web Store
3.9 (29 ratings)

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

Use Disable YouTube Shorts extension to deep focus and stay unhooked. Distraction free tool will help you to hide Youtube shorts!
Type
Extension
Users
4,000 users
developmentbycores
View author page of developmentbycores
Published
Published on February 22, 2024
Version 1.1.1
Manifest version
3
Updated
Updated on February 28, 2024
View on Chrome Web Store
View Disable YouTube Shorts Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "1.1.1",
    "icons": {
        "128": "images\/toolbar-icon-128.png"
    },
    "background": {
        "service_worker": "global\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "global\/options\/facebookOptions.js",
                "global\/options\/gmailOptions.js",
                "global\/options\/instagramOptions.js",
                "global\/options\/linkedinOptions.js",
                "global\/options\/redditOptions.js",
                "global\/options\/twitterOptions.js",
                "global\/options\/youtubeOptions.js",
                "global\/options\/options.js",
                "global\/storageConstants.js",
                "global\/globalHelpers.js",
                "website\/scripts\/websiteHelpers.js",
                "website\/scripts\/htmlAtrributes.js",
                "website\/scripts\/popupListener.js",
                "website\/scripts\/Shortcuts\/shortcutsListener.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.google.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "website\/css\/youtube\/youtube_desktop_styles.css",
                "website\/css\/youtube\/youtube_mobile_styles.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/toolbar-icon-128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}
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