No Shorts Youtube

Filter out shorts from YouTube videos

What is No Shorts Youtube?

No Shorts Youtube is a Chrome extension developed by damianchymkowski, and its main feature is "Filter out shorts from YouTube videos".

Extension Screenshots

screenshot

Download No Shorts Youtube Extension CRX File

Download No Shorts 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

                        The YouTube Filter Extension is a handy tool that allows you to filter out videos on YouTube that contain "short" in the URL. This means that you can easily hide all the Shorts videos from your YouTube feed, without having to manually scroll through them.

The extension works by injecting a small JavaScript code into the YouTube page that automatically hides any video thumbnail with "short" in the URL. This feature can be toggled on and off using a convenient button in your browser's toolbar. The button color indicates whether the filter is currently active or not, so you can easily tell at a glance.

With the YouTube Filter Extension, you can enjoy a more streamlined YouTube experience that is free from unwanted Shorts videos. Give it a try and see how much easier it is to find the content that you want!                    

Extension Basic Information

Name No Shorts Youtube No Shorts Youtube
ID hdkdogokoklgcjcdkklodcgbbhalhibh
Official URL https://chromewebstore.google.com/detail/no-shorts-youtube/hdkdogokoklgcjcdkklodcgbbhalhibh
Description Filter out shorts from YouTube videos
File Size 3.76 KB
Installation Count 29
Current Version 1.0
Last Updated 2023-05-04
Publish Date 2023-05-02
Rating 5.00/5 Total 2 Ratings
Developer damianchymkowski
Email [email protected]
Payment Type free
Privacy Policy Page URL https://213247.8b.io
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No Shorts Youtube",
    "version": "1.0",
    "description": "Filter out shorts from YouTube videos",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube-filter.js"
            ],
            "run_at": "document_end"
        }
    ]
}