Shorts Blocker

Shorts Blocker

Removes Shorts from the home page, subscriptions page, and the search results in Youtube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Shorts Blocker",
  "version": "3.2",
  "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "css": [
        "css/blocker.css"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ]
}