YouTube Video Feed Filter Firefox

Examine source code of YouTube Video Feed Filter

Inspect and view changes in YouTube Video Feed Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Feed Filter",
  "version": "1.4",
  "description": "Hides YouTube feed videos labelled Members First, Members Only, or Notify Me.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-feed-filter@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best YouTube Video Feed Filter Alternatives

Here are some Firefox add-ons that are similar to YouTube Video Feed Filter: