Productive YouTube (REMOVE SHORTS) Firefox

Examine source code of Productive YouTube (REMOVE SHORTS)

Inspect and view changes in Productive YouTube (REMOVE SHORTS) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Productive YouTube",
  "version": "1.0.2",
  "description": "You can hide YouTube shorts",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "activeTab",
    "webNavigation",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://m.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "robincajas12@gmail.com"
    }
  }
}

Best Productive YouTube (REMOVE SHORTS) Alternatives

Here are some Firefox add-ons that are similar to Productive YouTube (REMOVE SHORTS):