SEO Optimizer Firefox

Examine source code of SEO Optimizer

Inspect and view changes in SEO Optimizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SEO Helper",
  "version": "1.0",
  "description": "A Firefox extension to provide SEO insights on web pages.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{32444052-46d0-4fbd-8b12-0a7d3ad8aebb}"
    }
  }
}

Best SEO Optimizer Alternatives

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