YouTube Recommend Filter Firefox

Examine source code of YouTube Recommend Filter

Inspect and view changes in YouTube Recommend Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Recommendation Filter",
  "version": "1.0.0",
  "description": "Filter YouTube recommendations by keyword or tag. Show only the videos you care about.",
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-recommendation-filter@mohit",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best YouTube Recommend Filter Alternatives

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