Broken Link Scanner Firefox

Examine source code of Broken Link Scanner

Inspect and view changes in Broken Link Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Broken Link Scanner",
  "version": "10",
  "description": "Scans all links on the current page and shows which ones are broken (4xx/5xx).",
  "browser_specific_settings": {
    "gecko": {
      "id": "{db883003-4509-419e-9408-d3ea666f3263}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "96": "assets/icons/icon96.png",
      "128": "assets/icons/icon128.png"
    },
    "default_title": "Broken Link Scanner",
    "default_popup": "src/popup.html"
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "96": "assets/icons/icon96.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Broken Link Scanner Alternatives

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