Anti YT Shorts

Redirects you to the original YouTube video player!

What is Anti YT Shorts?

Anti YT Shorts is a Chrome extension developed by Happy Fone, and its main feature is "Redirects you to the original YouTube video player!".

Extension Screenshots

screenshot

Download Anti YT Shorts Extension CRX File

Download Anti YT 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

                        Shorts play through the regular video player rather than the new YouTube Shorts video player.                    

Extension Basic Information

Name Anti YT Shorts Anti YT Shorts
ID bofjknoigjmbficfpafehgldedfijcdd
Official URL https://chromewebstore.google.com/detail/anti-yt-shorts/bofjknoigjmbficfpafehgldedfijcdd
Description Redirects you to the original YouTube video player!
File Size 39.01 KB
Installation Count 199
Current Version 1.0
Last Updated 2022-03-07
Publish Date 2022-03-06
Rating 4.50/5 Total 2 Ratings
Developer Happy Fone
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anti YT Shorts",
    "version": "1.0",
    "description": "Redirects you to the original YouTube video player!",
    "icons": {
        "128": "antishorts.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}