SEO Minion Firefox

Examine source code of SEO Minion

Inspect and view changes in SEO Minion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SEO Minion",
  "version": "1.0.0",
  "description": "SEO Minion - quick on-page SEO checks: meta, headings, links, images, structured data, hreflang, robots and simple highlights.",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_title": "SEO Minion",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "seo_minion_example@example.com",
      "strict_min_version": "60.0"
    }
  }
}

Best SEO Minion Alternatives

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