YouTube Mode - Separate discovering and watching Firefox

Examine source code of YouTube Mode - Separate discovering and watching

By: MTM Add-on
Inspect and view changes in YouTube Mode - Separate discovering and watching source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Mode",
  "version": "0.141",
  "description": "Discovery and Watching mode for YouTube.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://www.youtube.com/*",
    "*://m.youtube.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*",
        "*://m.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-mode@mtmxlp.org",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best YouTube Mode - Separate discovering and watching Alternatives

Here are some Firefox add-ons that are similar to YouTube Mode - Separate discovering and watching: