Block Shorts - No more unwanted Shorts

Block Shorts - No more unwanted Shorts

Remove Shorts from your YouTube desktop experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Block Shorts - No more unwanted Shorts",
  "version": "1.4",
  "manifest_version": 3,
  "description": "Remove Shorts from your YouTube desktop experience.",
  "permissions": [],
  "icons": {
    "128": "128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "script.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}