Comment Filter for Youtube Firefox

Examine source code of Comment Filter for Youtube

Inspect and view changes in Comment Filter for Youtube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Comment Filter",
  "version": "1.1.2",
  "description": "Simple Comment Filter for YouTube",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "comment-filter@aljbri.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Comment Filter for Youtube Alternatives

Here are some Firefox add-ons that are similar to Comment Filter for Youtube: