Simple Link Checker Firefox

Examine source code of Simple Link Checker

Inspect and view changes in Simple Link Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "name": "Link Checker",
  "description": "Redirect Link Checker will check all links on your page to find broken and redirect links",
  "version": "1.1",
  "browser_action": {},
  "icons": {
    "128": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "@checklinks",
      "strict_min_version": "57.0"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "redirectCheck.js"
  ]
}

Best Simple Link Checker Alternatives

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