Facebook Comment Management Firefox

Examine source code of Facebook Comment Management

Inspect and view changes in Facebook Comment Management source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Facebook Comment Management Extension",
  "description": "Bulk delete, hide, or block comments on Facebook posts.",
  "version": "1.0",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{faa51b1d-03e6-4ef0-a6fb-43937d8074d4}"
    }
  }
}

Best Facebook Comment Management Alternatives

Here are some Firefox add-ons that are similar to Facebook Comment Management: