Website Audit Tool Firefox

Examine source code of Website Audit Tool

Inspect and view changes in Website Audit Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Website Audit Tool",
  "version": "1.3",
  "description": "Scan the current webpage for SEO, accessibility, performance, and broken links.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{114362de-c703-4995-907a-5cb33b1b298b}"
    }
  }
}

Best Website Audit Tool Alternatives

Here are some Firefox add-ons that are similar to Website Audit Tool: