Link Checker Firefox

Examine source code of Link Checker

Inspect and view changes in Link Checker 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",
  "description": "Quét và kiểm tra các liên kết bị hỏng trên trang web.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a3be024b-5bfa-4769-b862-8c456537b27b}"
    }
  }
}

Best Link Checker Alternatives

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