Alert-Blocker Firefox

Examine source code of Alert-Blocker

By: SPC
Inspect and view changes in Alert-Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Alert-Blocker",
  "version": "1.0",
  "description": "Transform alert to console.log",
  "icons": {
    "48": "icons/blocker.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "alert-blocker.js"
      ]
    }
  ]
}

Best Alert-Blocker Alternatives

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