NoShorts

NoShorts categorizes your subscribed videos

What is NoShorts?

NoShorts is a Chrome extension developed by noshorts, and its main feature is "NoShorts categorizes your subscribed videos".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download NoShorts Extension CRX File

Download NoShorts 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

                        NoShorts adds tabs to the YouTube subscriptions page, putting different types of videos in their own tabs. This makes it easier to browse and view. Avoid too many shorts videos on the subscriptions page.

NoShorts only works on your youtube subscription page. If you don't want to see shorts video recommendations on the YouTube homepage or the other pages, you can try to select the [Not interested] button on the shorts video. Youtube will reduce or no longer recommend shorts videos for you.

- Remove recommended content: https://support.google.com/youtube/answer/6125535                    

Extension Basic Information

Name NoShorts NoShorts
ID jimhmfkkehjpmaofepnkkbdianjilihf
Official URL https://chromewebstore.google.com/detail/noshorts/jimhmfkkehjpmaofepnkkbdianjilihf
Description NoShorts categorizes your subscribed videos
File Size 13.25 KB
Installation Count 20
Current Version 1.0.1
Last Updated 2023-06-07
Publish Date 2023-02-27
Rating 5.00/5 Total 1 Ratings
Developer noshorts
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoShorts",
    "version": "1.0.1",
    "description": "NoShorts categorizes your subscribed videos",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "noshorts.js"
            ]
        }
    ]
}