SEO Analyzer & Link Checker Firefox

Examine source code of SEO Analyzer & Link Checker

By: Mikle
Inspect and view changes in SEO Analyzer & Link Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SEO Analyzer & Broken Link Checker",
  "version": "1.0",
  "description": "SEO analysis + checking links directly on the page",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "SEO + Broken Links"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "SEO_Analyze@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best SEO Analyzer & Link Checker Alternatives

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