Simple YouTube Comment Filter Firefox

Examine source code of Simple YouTube Comment Filter

Inspect and view changes in Simple YouTube Comment Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Comment Filter",
  "version": "1.0",
  "description": "Automatically blocks spam, hate speech, and annoying comments on YouTube. Customize your own filters for a cleaner, safer experience.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-comment-filter@erfouris.my.id"
    }
  }
}

Best Simple YouTube Comment Filter Alternatives

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