SEO Error Detector Firefox

Examine source code of SEO Error Detector

Inspect and view changes in SEO Error Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SEO Error Detector",
  "version": "1.0",
  "description": "Automatically detects and reports SEO errors.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3c306168-81d4-4865-bf47-95f793a94756}"
    }
  }
}

Best SEO Error Detector Alternatives

Here are some Firefox add-ons that are similar to SEO Error Detector: