YouTube Comment Bot Blocker (DISCONTINUED) Firefox

Examine source code of YouTube Comment Bot Blocker (DISCONTINUED)

Inspect and view changes in YouTube Comment Bot Blocker (DISCONTINUED) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Comment Bot Blocker",
  "version": "1.4",
  "description": "Helps block spammy or bot-like comments on YouTube by detecting certain patterns or phrases.",
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-comment-bot-blocker@cf59430b-cf9f-4503-b2f2-9c2737c27ad6"
    }
  },
  "icons": {
    "16": "icon.svg",
    "32": "icon.svg",
    "48": "icon.svg",
    "64": "icon.svg",
    "96": "icon.svg",
    "128": "icon.svg",
    "256": "icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "commentBlocker.js"
      ]
    }
  ]
}

Best YouTube Comment Bot Blocker (DISCONTINUED) Alternatives

Here are some Firefox add-ons that are similar to YouTube Comment Bot Blocker (DISCONTINUED):