Toxic Comment Blocker Firefox

Examine source code of Toxic Comment Blocker

Inspect and view changes in Toxic Comment Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Toxic Comment Blocker",
  "version": "1.3",
  "description": "Detects and hides toxic or abusive comments for a cleaner and safer browsing experience.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_title": "Toxic Comment Blocker",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@Toxic-Comment-Blocker",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Toxic Comment Blocker Alternatives

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