Link Checke5 Firefox

Examine source code of Link Checke5

Inspect and view changes in Link Checke5 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Checker",
  "version": "1.0.0",
  "description": "Scan and check status of all links on the page. Show OK/Broken links, copy or export.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "clipboardWrite",
    "downloads"
  ],
  "browser_action": {
    "default_title": "Link Checker",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{9f57038d-bb14-48fc-8574-ec217e489d18}"
    }
  }
}

Best Link Checke5 Alternatives

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