Reddit Filter by Comments Firefox

Examine source code of Reddit Filter by Comments

Inspect and view changes in Reddit Filter by Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Filter by Comments",
  "version": "1.0",
  "description": "Hides Reddit posts with more than selected number of comments.",
  "icons": {
    "48": "icons/comments-48.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "redditfilter@bycomments.number"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://old.reddit.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  }
}

Best Reddit Filter by Comments Alternatives

Here are some Firefox add-ons that are similar to Reddit Filter by Comments: