Youtube Anti Shorts

Hide All YouTube Shorts

What is Youtube Anti Shorts?

Youtube Anti Shorts is a Chrome extension developed by sapondanaisriwan, and its main feature is "Hide All YouTube Shorts".

Extension Screenshots

screenshot
screenshot

Download Youtube Anti Shorts Extension CRX File

Download Youtube Anti Shorts 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

                        Hide All Shorts videos on YouTube.

Source code: https://github.com/sapondanaisriwan/youtube-anti-shorts
Changelog: https://github.com/sapondanaisriwan/youtube-anti-shorts/blob/main/CHANGELOD.md
Bug Report: https://github.com/sapondanaisriwan/youtube-anti-shorts/issues                    

Extension Basic Information

Name Youtube Anti Shorts Youtube Anti Shorts
ID lfhnlieoomhlancdfhihpopgkiekbefd
Official URL https://chrome.google.com/webstore/detail/lfhnlieoomhlancdfhihpopgkiekbefd
Description Hide All YouTube Shorts
File Size 138 KB
Installation Count 21
Current Version 1.0.2
Last Updated 2023-07-20
Publish Date 2023-05-27
Rating 5.00/5 Total 1 Ratings
Developer sapondanaisriwan
Email [email protected]
Payment Type free
Extension Website https://github.com/sapondanaisriwan/youtube-anti-shorts/
Help Page URL https://github.com/sapondanaisriwan/youtube-anti-shorts/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Anti Shorts",
    "description": "Hide All YouTube Shorts",
    "version": "1.0.2",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/asset\/img\/icon-16.png",
        "32": ".\/asset\/img\/icon-32.png",
        "48": ".\/asset\/img\/icon-48.png",
        "128": ".\/asset\/img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/variables.js",
                ".\/init-data.js",
                ".\/hide-shorts.js"
            ]
        }
    ]
}