Link Checke Firefox

Examine source code of Link Checke

Inspect and view changes in Link Checke source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Checker (Broken Links Highlighter)",
  "version": "1.0.0",
  "description": "Quét liên kết trên trang, kiểm tra HTTP status và highlight link hỏng (4xx/5xx). Có bảng kết quả và copy CSV.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "*://*/*"
  ],
  "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": "{f878289d-22db-48bf-b1dc-f6f9c8168038}"
    }
  }
}

Best Link Checke Alternatives

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