LinkGuardian: Smart Link Checker Firefox

Examine source code of LinkGuardian: Smart Link Checker

Inspect and view changes in LinkGuardian: Smart Link Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinkGuardian: Smart Link Checker",
  "version": "1.0",
  "description": "Verify and highlight broken links on web pages with advanced features",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>",
    "webRequest",
    "downloads"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "LinkGuardian",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e0c4596f-7c76-49db-9a48-e1284cf3a6bc}"
    }
  }
}

Best LinkGuardian: Smart Link Checker Alternatives

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