Broken Link Checker Pm Firefox

Examine source code of Broken Link Checker Pm

Inspect and view changes in Broken Link Checker Pm source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Broken Link Checker",
  "version": "1.3",
  "description": "Checks and highlights broken links on the current webpage.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3a0eaf6e-9cac-4822-9ff4-7b68828b13f4}"
    }
  }
}

Best Broken Link Checker Pm Alternatives

Here are some Firefox add-ons that are similar to Broken Link Checker Pm: