Remove Shorts From Youtube Firefox

Examine source code of Remove Shorts From Youtube

Inspect and view changes in Remove Shorts From Youtube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Remove YouTube Shorts",
  "version": "1.0",
  "description": "Removes YouTube Shorts from your feed.",
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "shorts@bluedron.com"
    }
  }
}

Best Remove Shorts From Youtube Alternatives

Here are some Firefox add-ons that are similar to Remove Shorts From Youtube: