Hide Shorts for YouTube

Disable - Block Shorts for Youtube

What is Hide Shorts for YouTube?

Hide Shorts for YouTube is a Chrome extension developed by ey2y34, and its main feature is "Disable - Block Shorts for Youtube".

Extension Screenshots

screenshot

Download Hide Shorts for YouTube Extension CRX File

Download Hide Shorts for YouTube 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

                        Simple extension to block YT Shorts
Block YouTube Shorts effortlessly with this simple browser extension.                    

Extension Basic Information

Name Hide Shorts for YouTube Hide Shorts for YouTube
ID pgeleiggmfnpbanhagnpajcfilnkaghj
Official URL https://chromewebstore.google.com/detail/hide-shorts-for-youtube/pgeleiggmfnpbanhagnpajcfilnkaghj
Description Disable - Block Shorts for Youtube
File Size 20.64 KB
Installation Count 680
Current Version 1.0.4
Last Updated 2023-07-31
Publish Date 2020-12-02
Rating 4.06/5 Total 32 Ratings
Developer ey2y34
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/extensions-privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Shorts for YouTube",
    "description": "Disable - Block Shorts for Youtube",
    "version": "1.0.4",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_title": "Remove Youtube Shorts"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}