Anti YT Shorts

Anti YT Shorts

Redirects you to the original YouTube video player!

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}