Detailed SEO Firefox

Examine source code of Detailed SEO

Inspect and view changes in Detailed SEO source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Detailed SEO Extension",
  "version": "1.0.0",
  "description": "A lightweight SEO inspector — analyzes title, meta, headings, links, images, structured data, canonical, robots, hreflang and offers export.",
  "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": "Detailed SEO",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "detailed_seo_example@example.com",
      "strict_min_version": "60.0"
    }
  }
}

Best Detailed SEO Alternatives

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