Dead Link Highlighter Firefox

Examine source code of Dead Link Highlighter

Inspect and view changes in Dead Link Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dead Link Highlighter",
  "version": "1.1",
  "description": "Highlights broken (dead) links on the current page.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "Check for dead links",
    "default_icon": "icons/icon64.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cd1eba49-c54e-4802-8ca0-7f436c745281}",
      "strict_min_version": "68.0"
    }
  }
}

Best Dead Link Highlighter Alternatives

Here are some Firefox add-ons that are similar to Dead Link Highlighter: