SEO Checker Firefox

Examine source code of SEO Checker

Inspect and view changes in SEO Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SEO Checker",
  "version": "1.0",
  "description": "Analyze and check the SEO-friendliness of websites.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "64": "icons/logo_64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{413b12b0-7fa9-41ef-8e47-c1346135de6d}"
    }
  }
}

Best SEO Checker Alternatives

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