YTCommentBlock Firefox

Examine source code of YTCommentBlock

By: Xenova
Inspect and view changes in YTCommentBlock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CommentBlock",
  "description": "Block spam/scam YouTube comments",
  "version": "0.0.3",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "css": [
        "styles/style.css"
      ],
      "js": [
        "scripts/defaults.js",
        "scripts/utils.js",
        "scripts/storage.js",
        "scripts/labels.js",
        "scripts/preprocess.js",
        "scripts/emojis.js",
        "scripts/detection.js",
        "scripts/content.js"
      ],
      "matches": [
        "https://*.youtube.com/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon.png",
      "24": "icons/icon.png",
      "32": "icons/icon.png",
      "128": "icons/icon-128x128.png"
    },
    "default_title": "CommentBlock",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "icons/icon.png",
    "32": "icons/icon.png",
    "64": "icons/icon.png",
    "128": "icons/icon-128x128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "commentblock@xenova.com"
    }
  }
}

Best YTCommentBlock Alternatives

Here are some Firefox add-ons that are similar to YTCommentBlock: