Anti-Short

Stop using YouTube's short video player.

What is Anti-Short?

Anti-Short is a Chrome extension developed by Unknown, and its main feature is "Stop using YouTube's short video player.".

Extension Screenshots

Download Anti-Short Extension CRX File

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

                        This extension bypasses the new YouTube short viewer by automatically redirecting to the "normal"/classic YouTube video viewer.                    

Extension Basic Information

Name Anti-Short Anti-Short
ID icndfcelhhpiihkbchfakognjlcchflc
Official URL https://chromewebstore.google.com/detail/anti-short/icndfcelhhpiihkbchfakognjlcchflc
Description Stop using YouTube's short video player.
File Size 180 KB
Installation Count 37
Current Version 1.0 pre-release
Last Updated 2022-04-06
Publish Date 2022-04-06
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Extension Website https://github.com/stautonico/anti-short
Help Page URL https://github.com/stautonico/anti-short
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anti-Short",
    "version": "1.0",
    "version_name": "1.0 pre-release",
    "description": "Stop using YouTube's short video player.",
    "author": "Steve Tautonico",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "homepage_url": "https:\/\/github.com\/stautonico\/anti-short",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}