Reddit Comment Blocker Firefox

Examine source code of Reddit Comment Blocker

Inspect and view changes in Reddit Comment Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Reddit Comment Blocker",
  "version": "1.3.2",
  "description": "Hide Reddit comments on posts, with optional hiding of comment buttons on feeds. Fast toggle from the toolbar.",
  "action": {
    "default_title": "Reddit Comment Blocker",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://*.reddit.com/*",
    "*://reddit.com/*",
    "*://old.reddit.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "reddit-comment-blocker@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.reddit.com/*",
        "*://reddit.com/*",
        "*://old.reddit.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Reddit Comment Blocker Alternatives

Here are some Firefox add-ons that are similar to Reddit Comment Blocker: